I consider using PetaPoco in a conventional web app. Saying conventional I mean
What should be the lifetime of the Database object, and that of the underlying DbConnection?
[ThreadStatic]
I especially appreciate answers from those who run production apps with PetaPoco.
Per request is the way to go