On the way to rqlite 9.0

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

Development for the 9.0 release has started, and should be an important release. The main goals for 9.0 include:

  • Change Data Capture (CDC). CDC will allow you to stream changes from rqlite as they happen. This long-requested feature will make it easy to integrate rqlite with caches, pub-sub systems, and more.
  • API improvements. This will include better error codes, while maintaining current behaviour.

Upgrading from the 8.x release series should be seamless.

Leave a Reply

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