
Dancer is a perl web application framework.
dancer::plugin::dbic provides an easy way to obtain dbix::class::resultset instances via the function schema(), which it automatically imports. you just need to point to a dsn in your dancer configuration file. so you no longer have to write boilerplate dbic setup code.