Skip to content

Commit

Permalink
data: Add sqlite-difftable
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 18, 2022
1 parent f55cb5f commit cbd81d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Solutions using SQLite as a building block.
| [libSQL](https://libsql.org/) | LibSQL is a fork of SQLite that is both Open Source, and Open Contributions. | c; rust; utilities |
| [ChiselStore](https://github.com/chiselstrike/chiselstore) | ChiselStore is an embeddable, distributed SQLite for Rust, powered by Little Raft. | rust |
| [Dqlite](https://dqlite.io/) | Dqlite is a fast, embedded, persistent SQL database with Raft consensus that is perfect for fault-tolerant IoT and Edge devices. | application; c |
| [sqlite-difftable](https://github.com/simonw/sqlite-diffable) | 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. | python; utilities |

## Extensions

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ https://github.com/maxpert/marmot,marmot,"A distributed SQLite replicator.",appl
https://libsql.org/,libSQL,"LibSQL is a fork of SQLite that is both Open Source, and Open Contributions.",application
https://github.com/chiselstrike/chiselstore,ChiselStore,"ChiselStore is an embeddable, distributed SQLite for Rust, powered by Little Raft.",application
https://dqlite.io/,Dqlite,"Dqlite is a fast, embedded, persistent SQL database with Raft consensus that is perfect for fault-tolerant IoT and Edge devices.",application
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
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ https://libsql.org/,c
https://github.com/chiselstrike/chiselstore,rust
https://dqlite.io/,application
https://dqlite.io/,c
https://github.com/simonw/sqlite-diffable,utilities
https://github.com/simonw/sqlite-diffable,python

0 comments on commit cbd81d4

Please sign in to comment.