sql_crdt 1.0.3 copy "sql_crdt: ^1.0.3" to clipboard
sql_crdt: ^1.0.3 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 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.');
}
10
likes
0
pub points
41%
popularity

Publisher

verified publishercachapa.net

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

sqlparser, uuid

More

Packages that depend on sql_crdt