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

    Object store client used for primary-key operations.

    Index

    Methods

    • Reads the generated primary key for a record.

      Parameters

      • id: string

      Returns Promise<string>

    • Deletes a record by primary key.

      Parameters

      • id: string

      Returns Promise<void>

    • Reads all primary keys in the object store or within a key range.

      Parameters

      Returns Promise<string[]>