rqlite 7.6.0 released – now with ARM builds

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. 7.6.0 improves access-control options, and also has official ARM and ARM64 builds for the first time.

Cross compiling for ARM was relatively straightforward. Once I installed the relevant C cross-compilers, invoking the Go tool chain wasn’t too difficult. That said, building the various rqlite releases is starting become toilsome, and it’s probably time to automate more of the build process.

Check out the latest releases, including for ARM, by visting the Releases page on GitHub. Docker images have also been released.

Leave a Reply

Your email address will not be published. Required fields are marked *