AskDB Postgres integration: re-exports the Postgres DialectSpec from @askdb/core and ships the introspection connector (live + from-export bundle), catalog SQL templates, and a `pg`-backed catalog query runner.
AskDB schema introspection: engine-agnostic Connector contract + orchestrator + Schema v2 renderer. Integration packages (e.g. @askdb/postgres) supply connectors.
AskDB core: dialect-agnostic NL→SQL pipeline. Provides ask() orchestration, schema/IR types, modes, logging, and retrieval input. Bring your own dialect (e.g. @askdb/postgres).
Postgres date column parser
Postgres bytea parser
Parse postgres array columns
PostgreSQL client - pure javascript & libpq with the same API
Parse Postgres interval columns
AskDB TUI: interactive terminal authoring surface that enriches a Schema v2 directory with descriptions, aliases, common query language, and example questions. AI-suggest + human-confirm; BYO LanguageModel.
AskDB CLI: ask natural-language questions and get validated SQL from the configured dialect.
The postgres client/server binary protocol, implemented in TypeScript
AskDB configuration helpers: Prisma-style env() and askdb.config file discovery for first-party apps.
AskDB Studio: local browser UI for Schema v2 enrichment and sample NL-to-SQL checks.
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
Fastest full featured PostgreSQL client for Node.js
Query result type converters for node-postgres
Listen to realtime updates to your PostgreSQL database
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Range data type parser and serializer for PostgreSQL
TypeScript definitions for pg
Functions for dealing with a PostgresSQL connection string
Connection pool for node-postgres
pgvector support for Node.js, Deno, and Bun (and TypeScript)
The officially supported Postgres database adapter for Payload