drift_crdt 1.0.11 copy "drift_crdt: ^1.0.11" to clipboard
drift_crdt: ^1.0.11 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');
}
13
likes
150
points
280
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

Documentation

API reference

License

MIT (license)

Dependencies

drift, flutter, json_annotation, json_serializable, path, source_span, sqflite, sqflite_common, sql_crdt, sqlite_crdt, sqlparser

More

Packages that depend on drift_crdt