[Feature request] Support for simple key-value functionality similar to etcd
Author: deanz-ioCreated Feb 27, 2026Updated May 29, 2026
Can rqlite implement key value storage? Such as implementing the following HTTP interfaces for etcd:
/v3/kv/put
/v3/kv/range
/v3/kv/deleterange
/v3/kv/watchIn this way, rqlite has the ability to store key values while meeting the requirements of relational databases.
Source: rqlite/rqlite