diff --git a/README.md b/README.md index 292cbdd..9cad2bf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Solutions using SQLite as a building block. | [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 | +| [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 | ## Extensions diff --git a/data/thing.csv b/data/thing.csv index 2aa70ec..f880a74 100644 --- a/data/thing.csv +++ b/data/thing.csv @@ -23,3 +23,4 @@ https://github.com/asg017/sqlite-html,sqlite-html,"A SQLite extension for queryi 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 +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 diff --git a/data/thing_tag.csv b/data/thing_tag.csv index 5a965ad..d275745 100644 --- a/data/thing_tag.csv +++ b/data/thing_tag.csv @@ -36,3 +36,5 @@ https://libsql.org/,utilities https://libsql.org/,rust https://libsql.org/,c https://github.com/chiselstrike/chiselstore,rust +https://dqlite.io/,application +https://dqlite.io/,c