UNPKG

pgsql-test

Version:

pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution

3 lines (2 loc) 116 B
import { PgConfig } from 'pg-env'; export declare function streamSql(config: PgConfig, sql: string): Promise<void>;