paperlined.org
dev > perl > staging
document updated 12 years ago, on Jun 17, 2011

- configuration will be EXACTLY like Dancer::Plugin::Database -- they must be interchangable

- there will be two ways to access the functionality:

        - db(' ... ')->hashes

                    This is like calling $dbh->iquery(' ... ')->hashes

        - db->commit

                    This is like calling $dbh->commit

    There first one will be a regular @EXPORTS.  The second one will be via Dancer::Plugin::register.