create_permanent_db

Macro create_permanent_db 

Source
macro_rules! create_permanent_db {
    ($db_path: expr, $conn_builder: expr) => { ... };
}
Expand description

Creates a DB within the provided directory path. Callers must keep the TempDbLifetime guard for as long as they wish the DB instance to exist.