Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denogres/deps.ts

Deno + PostgreSQL = DenoGres
Go to Latest
import * as denogres from "https://deno.land/x/denogres@v0.7.0-alpha/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

Functions

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.