pub fn open_read_write(path: &Path) -> Result<Connection, DbError>Expand description
Opens a read-write SQLite connection (used when creating fresh or test databases).
pub fn open_read_write(path: &Path) -> Result<Connection, DbError>Opens a read-write SQLite connection (used when creating fresh or test databases).