import { type ConnectPgOptions } from "https://deno.land/x/pgc4d@v1.3.6/src/mod.ts";
Properties
Transport to use. Use 'tcp' for both unencrypted TCP as well as TLS ("SSL").
Default: tcp
A literal IP address or host name that can be resolved to an IP address.
Default: 127.0.0.1
.
Password to authenticate with. Required unless trust
method is enabled server-side.
Only applies to tcp transport. Defaults to 'verify-full'. See: https://www.postgresql.org/docs/12/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS
Arbitrary connection parameters to send to the server, for example
application_name
.
Notice received from server.
Default implementation writes to console.log
.