flora_orm 2.0.9 flora_orm: ^2.0.9 copied to clipboard
Flutter plugin for ORM in front of storage like sqflite and shared_preferences
2.0.9 #
2.0.8 #
2.0.7 #
- Use isolates for inserList, insertOrUpdateList
- use transactions for delete
2.0.6 #
- Update documentation
2.0.5 #
- Update README.md
2.0.4 #
- bug fixes
2.0.3 #
- enforce delete require either
where
orall = true
- add createTableAt
2.0.2 #
2.0.1 #
- Compatible with dependency constraint lower bounds
2.0.0 #
- Fix constraints lower bounds
1.0.9 #
- Remove deprecated code
1.0.8 #
- Fix backward compatibility issues
1.0.7 #
- Update README.md
- Updated example project
1.0.6 #
- Update README.md
1.0.4 #
- Update README.md
1.0.3 #
- Update README.md
1.0.2 #
- Update README.md
1.0.1 #
- Initial public release