Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Jan 8, 2023
1 parent ba01cad commit f57cd4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite as storage.
This project is a continuation of the [crdt](https://github.com/cachapa/crdt) package and may depend on it in the future.

`sqlite_crdt` is based on the learnings from [Libra](https://libra-app.eu), [StoryArk](https://storyark.eu) and [tudo](https://github.com/cachapa/crdt).
Check [tudo](https://github.com/cachapa/crdt) for a real world implementation of this package.

> ⚠ This package is still under development and may not be stable. The API may break at any time.
## Notes
Expand Down

0 comments on commit f57cd4d

Please sign in to comment.