Skip to content

Commit

Permalink
data: Add ChiselStore
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Oct 5, 2022
1 parent 744cfbe commit a9ec3d7
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 @@ -15,6 +15,7 @@ Solutions using SQLite as a building block.
| [git-history](https://github.com/simonw/git-history) | Tools for analyzing Git history using SQLite | git; python |
| [marmot](https://github.com/maxpert/marmot) | A distributed SQLite replicator. | go; utilities |
| [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 |

## Extensions

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ https://github.com/asg017/sqlite-lines,sqlite-lines,"A SQLite extension for read
https://github.com/asg017/sqlite-html,sqlite-html,"A SQLite extension for querying, manipulating, and creating HTML elements.",extensions
https://github.com/maxpert/marmot,marmot,"A distributed SQLite replicator.",application
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
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ https://github.com/maxpert/marmot,utilities
https://libsql.org/,utilities
https://libsql.org/,rust
https://libsql.org/,c
https://github.com/chiselstrike/chiselstore,rust

0 comments on commit a9ec3d7

Please sign in to comment.