Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / p5-Dancer-Plugin-Database / pkg-descr
1 Dancer::Plugin::Database provides an easy way to obtain a connected DBI database
2 handle by simply calling the database keyword within your Dancer application.
3
4 Returns a Dancer::Plugin::Database::Handle object, which is a subclass of DBI's
5 DBI::db connection handle object, so it does everything you'd expect to do with
6 DBI, but also adds a few convenience methods. See the documentation for
7 Dancer::Plugin::Database::Handle for full details of those.
8
9 WWW: https://metacpan.org/release/Dancer-Plugin-Database