elite_orm 1.0.5 elite_orm: ^1.0.5 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.5 #
- Added missing
await
inBloc.delete
andBloc.deleteAll
.
1.0.4 #
-
Corrected serialization of primitive lists.
-
Added an equality operator and hash function to
Entity
to allow child classes to automatically be able to be stored in a Set.
1.0.3 #
- Throw an exception when we fail to delete an object.
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.