Module

x/postgres/mod.ts

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