Skip to main content

Module sqlite_store

Module sqlite_store 

Source

Structs§

SqliteStore
SQLite-backed persistence store using sqlx connection pool.

Constants§

SUPPORTED_SCHEMA_VERSION
The highest schema_version this binary understands. Used both to stamp fresh databases and to refuse files written by a future binary.