0c8656abdb
into databases/p5-Dancer-Plugin-DBIC. 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.
6 lines
308 B
Text
6 lines
308 B
Text
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.
|