Module connection_strategy

Module connection_strategy 

Source
Available on crate feature sqlite only.
Expand description

Connection strategies.

Structs§

FileConnectionStrategy
Connection strategy that connects to a database based on a file path.
MemoryStrategy
Connection strategy that creates an in-memory database.

Traits§

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