kysely-pg-client

JSON →
library 0.1.14 ·javascript
verified Jun 5, 2026

A Kysely dialect for PostgreSQL that uses a single `pg.Client` connection instead of a connection pool. Version 0.1.14, actively maintained. Designed for serverless environments to avoid pool overhead, but the README advises using Kysely's built-in `PostgresDialect` with `max: 1` instead for better compatibility with libraries like Lucia. Tested against Kysely's own test suite for reliability.