Skip to main content

Crate reifydb_sqlite

Crate reifydb_sqlite 

Source
Expand description

Shared SQLite paths, flags, pragma settings and connection plumbing for the storage subsystems.

Configuration only: no core::interface::store trait is implemented here, and nothing knows about deltas, versions or the encoded-key layout.

Modules§

batch
connection
error
memory
pragma

Structs§

OpenFlags
SqliteConfig
SqliteTempPathGuard
Removes both the base-path file and the sibling directory at base.with_extension(""), where the embedded API factory drops multi.db / single.db and their -wal / -shm companions. DbPath::File is left alone; the caller owns those.

Enums§

DbPath
JournalMode
SynchronousMode
TempStore