UNPKG

@osiris-ai/postgres-sdk

Version:
12 lines 269 B
export interface PostgresConfig { connectionString?: string; host?: string; port?: number; database?: string; user?: string; password?: string; ssl?: boolean; schema?: string; tableName?: string; } //# sourceMappingURL=types.d.ts.map