sql_crdt 2.1.0 sql_crdt: ^2.1.0 copied to clipboard
Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases
Future<void> main() async {
print('No example here since this is package is a base implementation that '
'depends on a backing SQL database to achieve its functionality.\n\n'
'See https://github.com/cachapa/sqlite_crdt or '
'https://github.com/cachapa/postgres_crdt for actual implementations.');
}