Module options

Source

Structs§

SqliteConnectOptions
Options and flags which can be used to configure a SQLite connection.

Enums§

SqliteAutoVacuum
SqliteJournalMode
Refer to SQLite documentation for the meaning of the database journaling mode.
SqliteLockingMode
Refer to SQLite documentation for the meaning of the connection locking mode.
SqliteSynchronous
Refer to SQLite documentation for the meaning of various synchronous settings.