From a9ec3d71e5cc021b13c6f1549a4b71605d5ca14b Mon Sep 17 00:00:00 2001 From: Arnau Siches Date: Wed, 5 Oct 2022 08:04:48 +0100 Subject: [PATCH] data: Add ChiselStore Signed-off-by: Arnau Siches --- README.md | 1 + data/thing.csv | 1 + data/thing_tag.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 3343b8f..292cbdd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/thing.csv b/data/thing.csv index 669ed73..2aa70ec 100644 --- a/data/thing.csv +++ b/data/thing.csv @@ -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 diff --git a/data/thing_tag.csv b/data/thing_tag.csv index 0264672..5a965ad 100644 --- a/data/thing_tag.csv +++ b/data/thing_tag.csv @@ -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