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.