Expand description
Connection strategies.
Structs§
- Ciphered
Connection Strategy - Encrypted database connection with SQLCipher.
- File
Connection Strategy - Connection strategy that connects to a database based on a file path.
- Memory
Strategy - Connection strategy that creates an in-memory database.
- SqlCipher
Config - SQLCipher connection config.
Enums§
- SqlCipher
Key - Representation of a SQLCipher key used to unlock a database.
Traits§
- Connection
Strategy - Trait that helps to set up a SQLite database connection.