Skip to main content

Crate prolly_store_sqlite

Crate prolly_store_sqlite 

Source
Expand description

SQLite storage backend implementation

Structs§

SqliteMainFileIdentity
Identity obtained from SQLite’s actual open main-database file descriptor.
SqliteStore
SQLite-backed storage backend for Prolly Trees.
SqliteStoreConfig
Configuration options for SqliteStore.
SqliteStoreError
Error type for SQLite store operations.

Functions§

sqlite_main_file_identity
Inspect SQLite’s actual open main-database descriptor without executing SQL.