GoodDB
    Preparing search index...

    Variable PostgreSQLDriverConst

    PostgreSQLDriver: typeof PostgreSQLDriver = PostgreSQLDriverMain

    The PostgreSQLDriver class for the GoodDB package

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