Module mls_rs::storage_provider::sqlite::connection_strategy
source · Available on crate feature
sqlite only.Expand description
Connection strategies.
Structs
- Connection strategy that connects to a database based on a file path.
- Connection strategy that creates an in-memory database.
Traits
- Trait that helps to set up a SQLite database connection.