Module connection_strategy

Source
Expand description

Connection strategies.

Structs§

CipheredConnectionStrategy
Encrypted database connection with SQLCipher.
FileConnectionStrategy
Connection strategy that connects to a database based on a file path.
MemoryStrategy
Connection strategy that creates an in-memory database.
SqlCipherConfig
SQLCipher connection config.

Enums§

SqlCipherKey
Representation of a SQLCipher key used to unlock a database.

Traits§

ConnectionStrategy
Trait that helps to set up a SQLite database connection.