Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/postgres/utils/utils.ts>Uri

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

Properties

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