pub fn open_read_only(path: &Path) -> Result<Connection, DbError>Expand description
Opens a read-only SQLite connection configured for low-overhead WAL reads.
pub fn open_read_only(path: &Path) -> Result<Connection, DbError>Opens a read-only SQLite connection configured for low-overhead WAL reads.