Skip to main content

Crate sqlite_hardened

Crate sqlite_hardened 

Source
Expand description

Correct-by-default sqlx SQLite pool bootstrap.

Structs§

HardenedSqlite
Builder for a hardened SqlitePool.

Enums§

Error

Traits§

SqlitePoolExt
pool.begin_immediate() sugar.

Functions§

begin_immediate
Begin a WRITE transaction with BEGIN IMMEDIATE.
is_memory_url
True for the recognized in-memory URL spellings.

Type Aliases§

Result