github rqlite/rqlite v2.0

latest releases: v8.23.4, v8.23.3, v8.23.2...
8 years ago

rqlite is a replicated SQLite database, providing a reliable and distributed store for critical relational data. This release is a significant upgrade relative to v1.0.

Version 2.0 includes:

  • A new API that is much easier to work with. Thanks to Zac Medico for triggering these changes. Zac has also created a Python library for rqlite.
  • The consensus system has been ported to Hashicorp’s Raft consensus module, which is used in production by many systems.
  • Configurable read-consistency levels, allowing you to trade-off faster queries with consistency guarantees.
  • Support for in-memory SQLite databases.
  • Hot backup support.
  • A better status and diagnostics API.

See the CHANGELOG for full details.

Don't miss a new rqlite release

NewReleases is sending notifications on new releases.