entity 1.5.0+1
entity: ^1.5.0+1 copied to clipboard
A simple ORM for Relational and NoSQL database, such as Couchbase and PostgreSQL.
Changes #
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.