Skip to main content
Module

x/ponder/deps.ts

Simple ORM for PostGRES
Go to Latest
import * as ponder from "https://deno.land/x/ponder@v0.0.3.1/deps.ts";

Namespaces

Load environment variables from .env files. Inspired by the node module dotenv and dotenv-expand.

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