UNPKG

@bitblit/ratchet-rdbms

Version:

Ratchet tooling for working with relational databases

8 lines (7 loc) 219 B
import { SshTunnelConfig } from "../../model/ssh/ssh-tunnel-config.ts"; import { Config } from 'pg'; export interface PostgresDbConfig { label: string; dbConfig: Config; sshTunnelConfig?: SshTunnelConfig; }