libdancer-plugin-database-perl

Dancer plugin providing easy database connections
  https://metacpan.org/release/Dancer-Plugin-Database
  0
  no reviews



Dancer::plugin::database is a dancer plugin that provides an easy way to obtain a connected dbi database handle by simply calling the "database" keyword within your dancer application. it also ensures that the database handle is still connected and valid.

additionally, connection credentials and other information are retrieved from the dancer configuration, leaving your code nice and clean.