K 10 svn:author V 3 wen K 8 svn:date V 27 2014-10-01T15:50:33.007354Z K 7 svn:log V 469 This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword `schema` which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed. WWW: https://github.com/ironcamel/Dancer2-Plugin-DBIC PR: 193712 Submitted by: Henk van Oers END