Macro kaspa_database::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.