Hi, following up from my previous post back in 2017 [0], I'd like to announce version 1.0.0 of dqlite, a C library that brings data replication and high-availability to SQLite, using the Raft consensus algorithm.
The biggest change is that Go is not used anymore, the engine itself is all pure C now. It still requires to apply a patch to SQLite, but it's a rather tiny one that just adds a few hooks when writing to the Write-Ahead log. See https://dqlite.io for more details. Thanks again to the SQLite authors for their excellent work. Cheers, Free [0] http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-users/2017-August/074384.html _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users