Skip to content

Commit

Permalink
data: Add cr-sqlite
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Nov 27, 2022
1 parent 6fdddb6 commit 3668a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Extensions to enhance SQLite.
| [sqlite-lines](https://github.com/asg017/sqlite-lines) | A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.) | c; utilities |
| [sqlite-html](https://github.com/asg017/sqlite-html) | A SQLite extension for querying, manipulating, and creating HTML elements. | go; utilities |
| [libgsqlite](https://github.com/0x6b/libgsqlite) | A SQLite extension which loads a Google Sheet as a virtual table. | rust; utilities |
| [cr-sqlite](https://github.com/vlcn-io/cr-sqlite) | Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite. | c |

## JavaScript

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ https://dqlite.io/,Dqlite,"Dqlite is a fast, embedded, persistent SQL database w
https://github.com/simonw/sqlite-diffable,sqlite-difftable,Tools for dumping/loading a SQLite database to diffable directory structure - GitHub - simonw/sqlite-diffable: Tools for dumping/loading a SQLite database to diffable directory structure.,application
https://github.com/ploomber/ploomber,Ploomber,"The fastest way to build data pipelines. Develop iteratively, deploy anywhere.",application
https://github.com/0x6b/libgsqlite,libgsqlite,A SQLite extension which loads a Google Sheet as a virtual table.,extensions
https://github.com/vlcn-io/cr-sqlite,cr-sqlite,"Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite.",extensions
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ https://github.com/ploomber/ploomber,python
https://github.com/ploomber/ploomber,data_analysis
https://github.com/0x6b/libgsqlite,utilities
https://github.com/0x6b/libgsqlite,rust
https://github.com/vlcn-io/cr-sqlite,c

0 comments on commit 3668a4a

Please sign in to comment.