elite_orm 1.0.2 elite_orm: ^1.0.2 copied to clipboard
A simple and easy-to-use ORM built with sqflite in mind. It provides an object relational mapping without the need to write any database code.
1.0.2 #
- Corrected the
update
method to accommodate composite primary keys.
1.0.1 #
- Simplified the definition of a model class.
- Simplified the construction of the Bloc class.
- Added the ability to delete an object from the database by passing a instance of the model.
- Added Bloc class documentation.
1.0.0 #
- Initial version.