Changes for version 0.03 - 2026-07-12
- add setup (Future Fondation::Setup)
- move Fondation::Model::DBIx::Async::ResultSet to Mojolicious::Plugin::Fondation::Model::DBIx::Async::ResultSet;
- centralize DBIC source re-registration after all plugins finalize
- Fix _fondation_many_to_many read (\% instead of \$), qualify find() PK column for JOINs, and handle key collision in combined prefetch
- Add ResultSet->with() for fluent many_to_many prefetch data retrieval
- add test
- replace table name with resul_class name
- Pass all backend keys except those consumed
- use group as relation name (SQL word)
- replace table name with resul_class name
- Add ResultSet->with() for fluent many_to_many prefetch data retrieval
Documentation
Modules
Fondation plugin exposing DBIx::Class::Async natively
Post-load action — discovers and registers DBIC Result/ResultSet
Fondation ResultSet — with() for fluent prefetch (many_to_many + has_many)