pub fn open_existing_readonly(path: &Path) -> StoreResult<Pool>Expand description
Opens an existing SQLite database read-only.
Restore verification uses this to inspect candidate backup state without applying migrations or otherwise changing the artifact under review.