Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.18.0/utils/utils.ts";

Properties

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