pub async fn load(database_filepath: PathBuf) -> Result<Db, DatabaseError>Expand description
Open a connection to the DB and apply any pending migrations.
pub async fn load(database_filepath: PathBuf) -> Result<Db, DatabaseError>Open a connection to the DB and apply any pending migrations.