Skip to main content

open_database

Function open_database 

Source
pub fn open_database(path: &Path) -> Result<Connection, MemoryError>
Expand description

Open or create a SQLite database at path, configure pragmas, and run migrations.