dorm_bloc_database 2.0.0-dev.3
dorm_bloc_database: ^2.0.0-dev.3 copied to clipboard
An implementation of a database engine for dORM using bloc and in-memory storage.
2.0.0-dev.3 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.2 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.1 #
- FIX: fix code generation by updating dependencies. (a5921c77)
- FIX: make popAll actually remove from models. (d94e4bee)
- FEAT: improve filtering API. (2b7014bf)
- FEAT: add support to auto-generated IDs. (68423b36)
- FEAT: remove json_serializable from declarable dependency by user. (d3132b6e)
- FEAT: add suport to transactions. (8d4a6279)
- FEAT: improve pagination API. (d205693d)
- FEAT: make EntitySchema.primaryKeys canonical. (09f88107)
- FEAT: add support to composite keys on Entity.fromData. (d7fb7c4f)
- FEAT: improve primary key generation. (797b672a)
- FEAT: add initial support to engine-agnostic relationships. (05f43745)
- FEAT: remove Entity.tableName in favor of Entity.schema.tableName. (42f69a48)
- FEAT: add EntitySchema to Entity. (38640aaf)
- FEAT: add support to copy_with_extension_gen. (da202eb0)
- FEAT: adapt code to accept I as type parameter. (a48590d8)
- FEAT: update examples to include I. (5a0863ff)
- FEAT: change Filter to BaseFilter. (dba05767)