rqlite 8.28: Enhanced Docker Support for Seamless SQLite Extension Loading

rqlite is a lightweight, open-source distributed relational database implemented in Go, and which uses SQLite as its storage engine.

With the release of rqlite 8.28.3, working with SQLite extensions in a Docker environment has become even more straightforward.

Continue reading rqlite 8.28: Enhanced Docker Support for Seamless SQLite Extension Loading

rqlite 8.27: loadable SQLite extensions support

rqlite is a lightweight, open-source, distributed relational database written in Go.  It is built on the Raft consensus protocol and uses SQLite as its storage engine.

Release v8.27.0 introduces the capability to load SQLite extensions at startup, significantly expanding the functionality available within rqlite.

Continue reading rqlite 8.27: loadable SQLite extensions support

Building rqlite 9.0: Cutting Disk Usage by Half

rqlite is a lightweight, open-source, distributed relational database written in Go.  It is built on the Raft consensus protocol and uses SQLite as its storage engine.

Development of 9.0 has begun and aims to reduce disk usage by approximately 50%. This goal will be achieved through a high-level design overhaul targeting the primary causes of disk consumption in rqlite.

Continue reading Building rqlite 9.0: Cutting Disk Usage by Half

Philip O'Toole