summaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-DBIC/DESCR
blob: b6a9bfd1609df1e86feb47e9d0de6224f5385c68 (plain)
1
2
3
4
5
6
Dancer::Plugin::DBIC makes it very easy to create Dancer applications that
interface with databases. Only the database connection has to be configured
in Dancer configuration file of the application.

For performance, schema objects are cached in memory and are lazy loaded
the first time they are accessed.