pub fn db_lookup(
contract_id: ContractId,
db_name: &str,
) -> GenericResult<DbHandle>
Expand description
Everyone can call this. Assumes that the database already went through db_init()
.
pub fn db_lookup(
contract_id: ContractId,
db_name: &str,
) -> GenericResult<DbHandle>
Everyone can call this. Assumes that the database already went through db_init()
.