Skip to main content

open_existing_readonly

Function open_existing_readonly 

Source
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.