ironcamel / Dancer-Plugin-DBIC

DBIx::Class Plugin for Dancer
1 stars 13 forks source link

Warn about dbic dynamic mode #1

Closed ironcamel closed 11 years ago

ironcamel commented 12 years ago

Loading schema's dynamically has many drawbacks. We need to strongly warn users about this. Eventually, we need to rework how dynamic loading happens. According to MST, dbic-schema-loader will stop supporting it the way it does now. We will need to do something like generate temp files containing dynamic schema classes and dynamically load them.