Skip to main content

open_projection

Function open_projection 

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

Open (or create) the projection SQLite database, apply runtime pragmas, and migrate schema to the latest version.

ยงErrors

Returns an error if opening/configuring/migrating the database fails.