Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
import * as lyj from "https://deno.land/x/lyj@20220927/denoORM/deps.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