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

A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.

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
0
points
417
downloads

Publisher

verified publisherjanezstupar.com

Weekly Downloads

A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

drift, flutter, json_annotation, json_serializable, path, sqflite, synchroflite

More

Packages that depend on drift_crdt