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