summaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-DBIC/DESCR
diff options
context:
space:
mode:
authorsno <sno>2012-10-19 08:02:55 +0000
committersno <sno>2012-10-19 08:02:55 +0000
commitdfc39a863ab1619f74732b2e1a138a80be711309 (patch)
tree91ada0245e675faa8b1fb88c00119e05485c83e0 /databases/p5-Dancer-Plugin-DBIC/DESCR
parentb446dc7583e227d16e03a89c8fd8b8fbfc90f37a (diff)
downloadpkgsrc-dfc39a863ab1619f74732b2e1a138a80be711309.tar.gz
Adding new package for CPAN module Dancer::Plugin::DBIC version 0.1601
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.
Diffstat (limited to 'databases/p5-Dancer-Plugin-DBIC/DESCR')
-rw-r--r--databases/p5-Dancer-Plugin-DBIC/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/p5-Dancer-Plugin-DBIC/DESCR b/databases/p5-Dancer-Plugin-DBIC/DESCR
new file mode 100644
index 00000000000..b6a9bfd1609
--- /dev/null
+++ b/databases/p5-Dancer-Plugin-DBIC/DESCR
@@ -0,0 +1,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.