Beignet API reference
    Preparing search index...

    Type Alias DrizzlePostgresDatabase<TSchema>

    DrizzlePostgresDatabase: PgDatabase<PgQueryResultHKT, TSchema>

    Drizzle database or transaction client accepted by repository factories.

    PgTransaction extends PgDatabase, so this single seam covers the root database, transaction clients, and Postgres-protocol drivers such as node-postgres and PGlite.

    Type Parameters

    • TSchema extends Record<string, unknown> = Record<string, unknown>