sql_crdt 1.0.3 sql_crdt: ^1.0.3 copied to clipboard
Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases
1.0.3 #
- Update to Dart 3.0
- Fix watch argument generator not being re-run on every query
1.0.2 #
- Print malformed queries when using watch()
1.0.1 #
- Unbreaking: revert to int type for is_deleted column
1.0.0 #
- Breaking: allow using boolean type for is_deleted column
- Make SqlCrdt abstract
0.0.9+2 #
- Add example file
0.0.9+1 #
- Add documentation
0.0.9 #
- Add support for upsert and replace statements
0.0.8+1 #
- Fix the getChangeset query
0.0.8 #
- Dedicated node_id column to improve query performance
- Add method to reset node id
- Improve merge error reporting
0.0.7 #
- Initial version.