serinus_loxia 1.0.5
serinus_loxia: ^1.0.5 copied to clipboard
A Serinus plugin that integrates Loxia, a lightweight Dart ORM for Relational Databases, to provide seamless database interactions within Serinus applications.
Changelog #
1.0.5 #
- Remove prints used for debugging purposes to clean up the console output.
1.0.4 #
- Remove name from default data source to allow it to be injected without specifying a name, while still allowing multiple named data sources to coexist.
1.0.3 #
- Add possibility to define multiple Loxia data sources by specifying a name for each LoxiaModule instance. Repositories from different modules can be accessed by using the module name as a qualifier when injecting the repository.
1.0.2 #
- Add export of
DataSourceto make it available for injection in other modules.
1.0.1 #
- Update dependencies to ensure compatibility with the latest versions of Loxia.
1.0.0 #
- Initial version.