sqlite_crdt 0.0.5 copy "sqlite_crdt: ^0.0.5" to clipboard
sqlite_crdt: ^0.0.5 copied to clipboard

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite as storage

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite_crdt

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sqlite_crdt: ^0.0.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqlite_crdt/sqlite_crdt.dart';
5
likes
0
pub points
69%
popularity

Publisher

verified publishercachapa.net

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite as storage

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

sqflite_common, sqflite_common_ffi, sqlparser, uuid

More

Packages that depend on sqlite_crdt