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
Future<void> main() async {
print(
'No example here since this is package is a generic implementation that '
'depends on a backing SQL database to achieve its functionality.\n\n'
'Check https://github.com/cachapa/sqlite_crdt or '
'https://github.com/cachapa/postgres_crdt for actual implementations.');
}