Skip to main content
Module

x/postgres/mod.ts

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