AAI SDK
    Preparing search index...

    Type Alias ReservedDb

    ReservedDb: Db & { release(): void }

    One connection held out of the pool for the caller's exclusive use, so SESSION-scoped state — advisory locks, SET — survives across statements.

    Type Declaration

    • release: function
      • Return the connection to the pool. Idempotent; the handle dies with it.

        Returns void