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) 98 B
import { SeedAdapter } from './types'; export declare function sqitch(cwd?: string): SeedAdapter;