@karmaniverous/entity-manager
    Preparing search index...

    Class BaseQueryBuilder<CC, EntityClient, IndexParams, ET, ITS, CF, K>Abstract

    Abstract base class supporting a fluent API for building a ShardQueryMap using a database client.

    Type Parameters

    Index

    Constructors

    Properties

    entityClient: EntityClient

    EntityClient instance.

    entityToken: EntityToken<CC>

    Entity token.

    hashKeyToken: CC["HashKey"] | CC["ShardedKeys"]

    Hash key token.

    indexParamsMap: Record<ITS, IndexParams> = ...

    Maps indexToken values to database platform-specific query parameters.

    pageKeyMap?: string

    Dehydrated page key map.

    Methods