Skip to main content

Module driver

Module driver 

Source
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§

SqliteDriver
SQLite driver for durable local storage.
SqliteDriverOptions
Options used to configure the SQLite driver.

Functions§

sqlite
Convenience constructor for the SQLite driver.
sqlite_capabilities
Capabilities for the implemented SQLite driver.