pub fn open(paths: &Paths) -> Result<Connection>Expand description
Open the shared accounting DB (creating dirs + file if missing) and run pending migrations. Use this in every CLI that wants to read/write the suite’s data.
pub fn open(paths: &Paths) -> Result<Connection>Open the shared accounting DB (creating dirs + file if missing) and run pending migrations. Use this in every CLI that wants to read/write the suite’s data.