src/allographer/v1/query_builder/models/postgres/postgres_open

Procs

proc dbOpen(_: type PostgreSQL; database: string = ""; user: string = "";
            password: string = ""; host: string = ""; port: int32 = 0;
            maxConnections: int = 1; timeout = 30; shouldDisplayLog = false;
            shouldOutputLogFile = false; logDir = ""): PostgresConnections