Skip to main content

open

Function open 

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

Open a SQLite DB at path and run all pending migrations (001 + 002). Migration 003 (tools_vec) is deferred until the sqlite-vec extension is wired — see PLAN.md §6 and §3.