postgres_crdt 3.0.1 copy "postgres_crdt: ^3.0.1" to clipboard
postgres_crdt: ^3.0.1 copied to clipboard

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using PostgreSQL

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using PostgreSQL.
This package implements sql_crdt.

Setup #

Awaiting async functions is extremely important and not doing so can result in all sorts of weird behaviour.
You can avoid them by activating the unawaited_futures linter warning in analysis_options.yaml:

linter:
  rules:
    unawaited_futures: true

This package uses postgres and requires a working PostgreSQL instance.

Usage #

Check example.dart for more details.

Features and bugs #

Please file feature requests and bugs in the issue tracker.

5
likes
140
pub points
59%
popularity

Publisher

verified publishercachapa.net

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using PostgreSQL

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

postgres, sql_crdt

More

Packages that depend on postgres_crdt