PHP 7.4.33
Preview: driver.d.ts Size: 1.74 KB
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/drizzle-orm/node-postgres/driver.d.ts
import { type Pool, type PoolConfig } from 'pg';
import { entityKind } from "../entity.js";
import type { Logger } from "../logger.js";
import { PgDatabase } from "../pg-core/db.js";
import { PgDialect } from "../pg-core/dialect.js";
import { type RelationalSchemaConfig, type TablesRelationalConfig } from "../relations.js";
import { type DrizzleConfig } from "../utils.js";
import type { NodePgClient, NodePgQueryResultHKT } from "./session.js";
import { NodePgSession } from "./session.js";
export interface PgDriverOptions {
    logger?: Logger;
}
export declare class NodePgDriver {
    private client;
    private dialect;
    private options;
    static readonly [entityKind]: string;
    constructor(client: NodePgClient, dialect: PgDialect, options?: PgDriverOptions);
    createSession(schema: RelationalSchemaConfig<TablesRelationalConfig> | undefined): NodePgSession<Record<string, unknown>, TablesRelationalConfig>;
}
export declare class NodePgDatabase<TSchema extends Record<string, unknown> = Record<string, never>> extends PgDatabase<NodePgQueryResultHKT, TSchema> {
    static readonly [entityKind]: string;
}
export declare function drizzle<TSchema extends Record<string, unknown> = Record<string, never>, TClient extends NodePgClient = Pool>(...params: [
    TClient | string
] | [
    TClient | string,
    DrizzleConfig<TSchema>
] | [
    (DrizzleConfig<TSchema> & ({
        connection: string | PoolConfig;
    } | {
        client: TClient;
    }))
]): NodePgDatabase<TSchema> & {
    $client: TClient;
};
export declare namespace drizzle {
    function mock<TSchema extends Record<string, unknown> = Record<string, never>>(config?: DrizzleConfig<TSchema>): NodePgDatabase<TSchema> & {
        $client: '$client is not available on drizzle.mock()';
    };
}

Directory Contents

Dirs: 0 × Files: 24
Name Size Perms Modified Actions
4.12 KB lrw-r--r-- 2025-07-10 12:54:57
Edit Download
5.77 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.75 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.74 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
2.31 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
5.73 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.21 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
227 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
61 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
59 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
92 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
188 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
1.26 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
687 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
251 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
249 B lrw-r--r-- 2025-07-10 12:55:00
Edit Download
259 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
648 B lrw-r--r-- 2025-07-10 12:54:59
Edit Download
8.19 KB lrw-r--r-- 2025-07-10 12:54:58
Edit Download
12.49 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.96 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
2.95 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
6.17 KB lrw-r--r-- 2025-07-10 12:54:59
Edit Download
12.45 KB lrw-r--r-- 2025-07-10 12:55:00
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).