Expand description
SQLite driver implementation.
SQLite stores yugendb records through the shared storage-table model:
namespace + collection + key -> serialised typed value.
Applications use the same yugendb store and collection API across backends.
Structs§
- Sqlite
Driver - SQLite driver for durable local storage.
- Sqlite
Driver Options - Options used to configure the SQLite driver.
Functions§
- sqlite
- Convenience constructor for the SQLite driver.
- sqlite_
capabilities - Capabilities for the implemented SQLite driver.