drift_crdt 1.1.0 copy "drift_crdt: ^1.1.0" to clipboard
drift_crdt: ^1.1.0 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

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

More

Packages that depend on drift_crdt