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

x/deno_nest/modules/postgres/deps.ts

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
import * as denoNest from "https://deno.land/x/deno_nest@v3.15.1/modules/postgres/deps.ts";

Classes

Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously

Type Aliases

The connection string must match the following URI structure. All parameters but database and user are optional