Skip to main content
Module

x/postgres/utils/utils.ts>Uri

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

Properties

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