Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/postgres/mod.ts

PostgreSQL driver for Deno
Go to Latest
File
export { Client } from "./client.ts";export { PostgresError } from "./error.ts";export { Pool } from "./pool.ts";