Developer Guide

rqlite guide for developers

Accessing rqlite

How to write data and read it back

Bulk Writes

Bulk Writes allow you to write multiple records in a single request

Queued Writes

Queued Writes allow you to trade durability for performance

Read Consistency

rqlite support various levels of Read Consistency

Non-deterministic functions

How rqlite handles non-deterministic functions

Client Libraries

How to access rqlite via code

Last modified December 19, 2022: API refactor (27ac21e)