Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/lib/data/deps.ts>postgres

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
namespace postgres
import { postgres } from "https://deno.land/x/hex@0.6.5/src/lib/data/deps.ts";

Classes

Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously

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

Type Aliases

The connection string must match the following URI structure. All parameters but database and user are optional