loxia 0.0.1-dev.6
loxia: ^0.0.1-dev.6 copied to clipboard
Loxia is a Dart ORM library that aims to be fully-featured, easy-to-use, and flexible to manage entities and relations in your server-side applications.
0.0.1-dev.1 #
- Initial version.
- Add integration for SQLite.
0.0.1-dev.2 #
- Fix version constraint for
loxiapackage.
0.0.1-dev.3 #
- Fix conditions for insert query in SQLite integration.
0.0.1-dev.4 #
- Fix relations for SQLite integration.
0.0.1-dev.5 #
- Change where in update and delete with the WhereClause class
0.0.1-dev.6 #
- Minor fixes