Appearance
ema / @internals/db / IndexableDB
Interface: IndexableDB
Defined in: packages/ema/src/db/base.ts:54
Interface for databases that support index creation.
Methods
createIndices()
ts
createIndices(): Promise<void>;Defined in: packages/ema/src/db/base.ts:59
Creates indices for the database collection.
Returns
Promise<void>
Promise resolving when indices are created.