Commit graph

2 commits

Author SHA1 Message Date
Frederic Culot
9250168593 - Update to 0.0008
PR:		ports/194937
Submitted by:	Henk Van Oers <hvo.pm@xs4all.nl> (maintainer)
2014-11-12 10:18:12 +00:00
Wen Heping
64b717d8a1 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<hvo.pm@xs4all.nl>
2014-10-01 15:50:33 +00:00