Hi folks,

I'm working on some new things for the Database plugin, comments and such are welcome - but for now here's what I've got going:

- A change to configuration to make my life a bit easier (I know... deprecation warnings galore though) - When using Pg, the plugin will check if Mojo::Pg happens to be available and will use that to connect to your database if it is (can be forced to just use DBI though)
- The above also applies to Mojo::mysql
- If none of the above is in use, it'll use it's own little wrapper around DBI to do some very rudimentary checks (by way of $dbh->ping) to see if the connection is alive, and will reconnect if it's not.

So that being said; comments welcome :)

--
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to