I was wondering if there's a glue module to link the likes of DBIx::Class, Mojo et al. together and automatically generate forms, schema etc.
Catalyst has AutoCRUD which is pretty excellent.
There is:
DBIx::Class::Schema::Loader
- which generates your DBIC models - it can handle DB FK constraints to generate the relationships between them too, but I like to use it just for generating columnsHTML::FormHandler
and HTML::FormHandler::Generator::DBIC
that I like to use for form generation/handlingDo a duckduckgo search for perl CRUD and choose a solution from there if you want something fast.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With