DQLite
Dqlite is a fast, embedded, persistent SQL database with Raft consensus that is perfect for fault-tolerant IoT and Edge devices.
How does dqlite compare to rqlite?
The main differences from rqlite are:
* Embeddable in any language that can interoperate with C
* Full support for transactions
* No need for statements to be deterministic (e.g. you can use time() )
* Frame-based replication instead of statement-based replication