@valon-technologies/gestalt
    Preparing search index...

    Transaction-scoped object-store client.

    Index

    Methods

    • Reads the generated primary key for a record inside the transaction.

      Parameters

      • id: string

      Returns Promise<string>

    • Deletes a record by primary key inside the transaction.

      Parameters

      • id: string

      Returns Promise<void>

    • Clears every record in the object store inside the transaction.

      Returns Promise<void>