drift_crdt 1.0.11
drift_crdt: ^1.0.11 copied to clipboard
A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.
1.0.11 #
- Downgrade Drift to 2.26.0 due to version conflict with kiwi downstream
1.0.10 #
- Replace the
synchroflite
library withsqlite_crdt
1.0.9 #
- Add LazyDatabase implementation compatible with CRDT.
1.0.8 #
- Bump Drift to 2.15.0 and synchroflite to 0.1.3
1.0.7 #
- Improve serializable datatype.
- Bump dependencies.
1.0.6 #
- Add crdt library to dependencies and reexport it.
1.0.5 #
- Add bypass for the queryDeleted function for non CRDT databases.
1.0.4 #
- Added an 'inMemory' constructor to the database. This is useful for testing and development.
1.0.3 #
- Update Readme with migrations instructions.
1.0.2 #
- Upgraded synchroflite to 0.1.1
1.0.1 #
- Added note about Android and iOS support.
1.0.0 #
- Initial release based on drift_sqflite.