Type alias WithPostgresConnections

WithPostgresConnections: {
    default: IWithPostgresConnection;
    [connectionName: string]: IWithPostgresConnection;
}

An object, which stores the configuration data for known PostgreSQL database connections.

Type declaration

Generated using TypeDoc