Skip to main content

Module sqlite_options

Module sqlite_options 

Source
Expand description

Shared SQLite connection defaults.

Used by both the embedded-db variant of this crate and by external clients (e.g. the light client) that build their own pool. Keeping the pragma choices in one place ensures every SQLite database in the workspace runs with the same journaling, locking, and vacuum settings.

Functionsยง

sqlite_options
Default [SqliteConnectOptions] for SQLite databases in this workspace.