in reply to Re^2: Database deploy error in Mojolicious app
in thread Database deploy error in Mojolicious app
I think this is what you want: dbicdump. But I’m not sure I’m following the problem correctly. You can also load a schema dynamically with DBIx::Class::Schema::Loader but I think that’s false economy; it ends up being more work over time to tweak than dumped code files and it imposes a pretty big startup penalty.
|
|---|