Module db_lookup

Module db_lookup 

Source

Functionsยง

db_lookup ๐Ÿ”’
Lookup an on-chain database handle from its name. If it exists, push it to the list of db_handles.
db_lookup_internal ๐Ÿ”’
Internal db_lookup function which branches to either on-chain or tx-local.
db_lookup_local ๐Ÿ”’
Lookup a tx-local database handle from its name. Unlike the on-chain version, this will also initialize the database in-memory if it does not exist and the caller is allowed to write. Then it will push it to the list of transaction-local db_handles.