Skip to content

drebolo/Dancer2-Plugin-DBIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

This plugin makes it very easy to create Dancer 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.

INSTALLATION

cpan Dancer::Plugin::DBIC

DOCUMENTATION

See Dancer::Plugin::DBIC. Also, after installation, you can view the documentation via man or perldoc:

man Dancer::Plugin::DBIC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages