Re: Camping and DBI

2007-01-28 Thread Eric Mill
Running a full-featured client/server SQL database engine for applications that have only a handful of users is often overkill. Agreed -- I think this is one of the reasons why pushes SQLite so much and makes it the default DB engine for Camping. I've started hearing things about Kirbybase

Re: Camping and DBI

2007-01-26 Thread James
On 1/26/07, Lennon Day-Reynolds [EMAIL PROTECTED] wrote: That way, your connection will only be established once per model class, and will stay open between requests. Alternately, you could set @@dbh instead of @dbh, which would open just one connection for all your model classes, but you