sql_crdt 3.0.1 copy "sql_crdt: ^3.0.1" to clipboard
sql_crdt: ^3.0.1 copied to clipboard

Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases

example/example.dart

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.');
}
8
likes
140
pub points
49%
popularity

Publisher

verified publishercachapa.net

Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crdt, source_span, sqlparser

More

Packages that depend on sql_crdt