AskDB HTTP API: minimal HTTP wrapper around @askdb/core. POST /ask returns validated SQL only.
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).
AskDB Studio: local browser UI for Schema v2 enrichment and sample NL-to-SQL checks.
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.
AskDB schema introspection: engine-agnostic Connector contract + orchestrator + Schema v2 renderer. Integration packages (e.g. @askdb/postgres) supply connectors.
AskDB configuration helpers: Prisma-style env() and askdb.config file discovery for first-party apps.
AskDB Prisma integration: schema-file introspection connector for Prisma schemas.
AskDB RAG layer: deterministic chunker over Schema v2, BYO embedder + vector store (in-memory, file-backed, pgvector), and an optional retriever wired into @askdb/core ask().
AskDB Microsoft SQL Server integration: introspection connector via sys.* catalog views and an mssql-backed catalog query runner. Pairs with @askdb/core's SQLSERVER_DIALECT.
AskDB MySQL integration: introspection connector via information_schema and a mysql2-backed catalog query runner. Pairs with @askdb/core's MYSQL_DIALECT.
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 SQLite integration: introspection connector via sqlite_master + PRAGMA functions and a better-sqlite3-backed catalog query runner. Pairs with @askdb/core's SQLITE_DIALECT.
AskDB enrichment workspace helpers for Schema v2 authoring surfaces.
An HTTP(s) proxy `http.Agent` implementation for HTTP
An implementation of window.fetch in Node.js using Minipass streams
HTTP status utility
Decompress a HTTP response if needed
<div align="center"> <img width="200" height="200" src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> <h1>@jimp/utils</h1> <p>Utils for jimp extensions.</p> </div>
An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Provides a way to make requests
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
HTTP and HTTPS modules that follow redirects.