Skip to content

Commit

Permalink
data: Add dqlite
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 a9ec3d7 commit f55cb5f
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 @@ -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

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f55cb5f

Please sign in to comment.