Variable PostgreSQLDriverConst

PostgreSQLDriver: typeof PostgreSQLDriver = PostgreSQLDriverMain

The PostgreSQLDriver class for the GoodDB package

Example

const db = new GoodDB(new PostgreSQLDriver({
user: "gooddb",
password: "password",
host: "host",
port: 23070,
database: "defaultdb"
}));