import { type ConnectionString } from "https://deno.land/x/deno_nest@v3.15.1/modules/postgres/deps.ts";
The connection string must match the following URI structure. All parameters but database and user are optional
postgres://user:password@hostname:port/database?sslmode=mode...
You can additionally provide the following url search parameters
- application_name
- dbname
- host
- options
- password
- port
- sslmode
- user