Module

x/postgres/utils/utils.ts>Uri

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
interface Uri
import { type Uri } from "https://dotland.deno.dev/x/postgres@v0.17.2/utils/utils.ts";

Properties

driver: string
host: string
password: string
path: string
params: Record<string, string>
port: string
user: string