macro_rules! load_existing_db {
($db_path: expr, $conn_builder: expr) => { ... };
}Expand description
Loads an existing DB from the provided directory path.
Callers must keep the TempDbLifetime guard for as long as they wish the DB instance to exist.