drift_crdt 2.0.0 copy "drift_crdt: ^2.0.0" to clipboard
drift_crdt: ^2.0.0 copied to clipboard

A Dart implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite_common`.

example/main.dart

import 'package:drift/drift.dart';
import 'package:drift_crdt/drift_crdt.dart';

QueryExecutor executorWithCrdt() {
  return CrdtQueryExecutor.inDatabaseFolder(path: 'app.db');
}
14
likes
50
points
399
downloads

Publisher

verified publisherjanezstupar.com

Weekly Downloads

A Dart implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite_common`.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, drift, drift_postgres, json_annotation, path, postgres, postgres_crdt, source_span, sqflite_common, sqflite_common_ffi, sql_crdt, sqlite_crdt, sqlparser

More

Packages that depend on drift_crdt