24 Aug
2010
24 Aug
'10
5:36 p.m.
When you're happy with it, I suggest you create a real CPAN distribution (with Module::Starter). I'm sure other Dancer users could find Dancer::Session::SQLite interesting.
Good luck.
May I suggest to create Dancer::Session::DBI instead. So it's possible to use SQLite while in development, and Postgresql for production. I'm not sure SQLite for production would be good, since it's a single file with a lock system.