Skip to main content

open_readonly

Function open_readonly 

Source
pub fn open_readonly(path: &Path) -> Result<Connection, OpenError>
Expand description

Open an existing AFT database without creating, migrating, or mutating it.

Doctor uses this path for removal-time reporting, so checking state cannot itself create an AFT database or race a running bridge’s write transaction.