Const
The PostgreSQLDriver class for the GoodDB package
const db = new GoodDB(new PostgreSQLDriver({ user: "gooddb", password: "password", host: "host", port: 23070, database: "defaultdb"})); Copy
const db = new GoodDB(new PostgreSQLDriver({ user: "gooddb", password: "password", host: "host", port: 23070, database: "defaultdb"}));
The PostgreSQLDriver class for the GoodDB package