import { PostgresAdapter } from "https://deno.land/x/keydb@1.0.0/postgres.ts";
Connect to a Postgres Database and create Adapter.
Parameters
optional
dbOptions: ConnectionOptions | stringx/keydb/postgres.ts>PostgresAdapter.connect
import { PostgresAdapter } from "https://deno.land/x/keydb@1.0.0/postgres.ts";
Connect to a Postgres Database and create Adapter.