Interface: AliasesNameMap
helpers.AliasesNameMap
Used to read and write table aliases within a Database
instance
Properties
read
• read: () => Promise
<NameMapping
> | () => NameMapping
A function that returns a NameMapping object, or a
Promise
of a NameMapping object.
Defined in
@tableland/sdk/src/helpers/config.ts:37
write
• write: (map
: NameMapping
) => Promise
<void
> | (map
: NameMapping
) => void
A function that accepts a NameMapping object and
returns void
, or a Promise of void.
Defined in
@tableland/sdk/src/helpers/config.ts:38