dqlite
Distributed SQLite database engine powered by C-Raft consensus algorithm for edge computing.
Why consider dqlite?
dqlite (distributed SQLite) is an open-source embeddable database engine developed by Canonical. It replicates transactional SQLite databases across a Raft consensus cluster with automatic leader election and sub-millisecond failover.
Learn dqlite by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of dqlite
dqlite brings high-availability distributed consensus to embedded SQLite database architectures.
Quickstart
git clone https://github.com/canonical/dqlite.gitcd dqliteautoreconf -i && ./configure && make && sudo make installEmbed dqlite C bindings to replicate SQLite transactions across multi-node server clusters.
dqlite is licensed under the GNU Lesser General Public License v3.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.