> 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.