The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Mojolicious-Plugin-Database

1.08      2012-11-24 12:58:12 Asia/Jakarta
    Added the ability to connect to multiple databases at the same time.

1.07      2012-09-02 18:10:10 Asia/Jakarta
    Updated tests to use tmpnam() so that things will work on Windows (alabamapaul)

1.06      2012-08-04 05:02:43 Asia/Jakarta
    Changed the way the DBI connection is made; instead of doing this 
    on startup which would cause bad things(tm) to happen when running
    under Hypnotoad, it is now lazily instantiated.

1.05      2011-04-24 20:26:45 Asia/Jakarta
    First release