pub fn scan_database_file(
path: impl AsRef<Path>,
mode: DatabaseScanMode,
) -> Result<DatabaseFileScan, DbError>Expand description
Open path read-only and scan header, superblocks, and (when applicable) segments.
pub fn scan_database_file(
path: impl AsRef<Path>,
mode: DatabaseScanMode,
) -> Result<DatabaseFileScan, DbError>Open path read-only and scan header, superblocks, and (when applicable) segments.