entity 1.7.0
entity: ^1.7.0 copied to clipboard
A simple ORM for Relational and NoSQL database, such as Couchbase and PostgreSQL.
Changes #
1.7.0
- The type of the option argument of
loadIfAny_is changed toint
1.6.0
SqlFlavoradded for addingon conflict do nothingand others to INSERT and UPDATE SQL statements.
1.5.1
EntityimplementsComparable<Entity>
1.5.0+1
- We allow tilde (
~) to be used in OID
1.5.0
Entity.read()andEntity.write()acceptsMapinstead ofMap<String, dynamic>
0.9.3
Access.get()renamed toAccess.fetch()(avoid using keyword)
0.9.0
AccessWriter.entityMapandAccessReader.entityMapare removed.