pub fn open(path: &Path) -> Result<Connection, OpenError>Expand description
Open or create the AFT SQLite database at the given path.
Applies per-connection PRAGMAs, runs schema migrations from the DB’s
current schema version up to CURRENT_SCHEMA_VERSION, and returns the
configured connection.