mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 13:00:22 -04:00
7 lines
308 B
Plaintext
7 lines
308 B
Plaintext
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.
|