mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
510 B
Text
9 lines
510 B
Text
Dancer::Plugin::Database provides an easy way to obtain a connected DBI database
|
|
handle by simply calling the database keyword within your Dancer application.
|
|
|
|
Returns a Dancer::Plugin::Database::Handle object, which is a subclass of DBI's
|
|
DBI::db connection handle object, so it does everything you'd expect to do with
|
|
DBI, but also adds a few convenience methods. See the documentation for
|
|
Dancer::Plugin::Database::Handle for full details of those.
|
|
|
|
WWW: https://metacpan.org/release/Dancer-Plugin-Database
|