aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Dancer2-Plugin-DBIC/pkg-descr
blob: b6c602f89b507f07203865c3a6be1d7f7647908b (plain) (blame)
1
2
3
4
5
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.