Available on crate feature
sqlite
only.Expand description
Connection strategies.
Structs§
- 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.
Traits§
- Connection
Strategy - Trait that helps to set up a SQLite database connection.