Dqlite
Visit Tooldqlite is a Coding & Development tool that implements an embeddable, replicated, and fault-tolerant SQL engine. It extends SQLite with a network protocol for high availability and automatic failover.
At a glance
Trending
dqlite is a Coding & Development tool that implements an embeddable, replicated, and fault-tolerant SQL engine. It extends SQLite with a network protocol for high availability and automatic failover.
Trending
About
dqlite is an open-source C library that provides an embeddable, replicated, and fault-tolerant SQL database engine. It builds upon SQLite by adding a network protocol, enabling multiple application instances to form a highly-available cluster without relying on external databases. Key design highlights include an asynchronous single-threaded implementation using libuv, a custom wire protocol optimized for SQLite data types, and data replication based on the Raft algorithm. dqlite is compatible with Linux kernels supporting native async I/O and offers a modified LGPLv3 license allowing static linking. It's ideal for developers seeking a robust, self-contained, and highly available SQL solution for their applications.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending