Skip to main content
Module

x/postgres/pool.ts

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
import * as postgres from "https://deno.land/x/postgres@v0.17.0/pool.ts";

Classes

Connection pools are a powerful resource to execute parallel queries and save up time in connection initialization. It is highly recommended that all applications that require concurrent access use a pool to communicate with their PostgreSQL database