Skip to content

Commit

Permalink
data: Add Mycelite
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Jul 14, 2023
1 parent 5957d58 commit 92d398d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Extensions to enhance SQLite.
| [cr-sqlite](https://github.com/vlcn-io/cr-sqlite) | Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite. | c |
| [pivot_vtab](https://github.com/jakethaw/pivot_vtab) | An extension implementing pivot tables as virtual tables. | c; data_analysis; utilities |
| [sqlite-xsv](https://github.com/asg017/sqlite-xsv) | A SQLite extension to query CSV as virtual tables. | rust |
| [Mycelite](https://github.com/mycelial/mycelite) | A SQLite extension that allows you to synchronize changes from one instance of SQLite to another. | rust; utilities |

## JavaScript

Expand Down Expand Up @@ -77,4 +78,3 @@ Useful tools to work with SQLite.

This dataset is licensed under the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/).


1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ https://github.com/losfair/mvsqlite,mvSQLite,MVCC SQLite that runs on Foundation
https://github.com/superfly/litefs,litefs,FUSE-based file system for replicating SQLite databases across a cluster of machines,application
https://github.com/jakethaw/pivot_vtab,pivot_vtab,An extension implementing pivot tables as virtual tables.,extensions
https://github.com/asg017/sqlite-xsv,sqlite-xsv,A SQLite extension to query CSV as virtual tables.,extensions
https://github.com/mycelial/mycelite,Mycelite,A SQLite extension that allows you to synchronize changes from one instance of SQLite to another.,extensions
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ https://github.com/jakethaw/pivot_vtab,utilities
https://github.com/jakethaw/pivot_vtab,c
https://github.com/jakethaw/pivot_vtab,data_analysis
https://github.com/asg017/sqlite-xsv,rust
https://github.com/mycelial/mycelite,utilities
https://github.com/mycelial/mycelite,rust

0 comments on commit 92d398d

Please sign in to comment.