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.