Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts

Kysely dialect for PostgreSQL using the deno-postgres client.
Go to Latest
import * as kyselyDenoPostgresDialect from "https://deno.land/x/kysely_deno_postgres_dialect@v0.1.0/mod.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

Interfaces

A single connection to the database engine.