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 Prisma integration: schema-file introspection connector for Prisma schemas.
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 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 schema introspection: engine-agnostic Connector contract + orchestrator + Schema v2 renderer. Integration packages (e.g. @askdb/postgres) supply connectors.
AskDB Studio: local browser UI for Schema v2 enrichment and sample NL-to-SQL checks.
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
CDS database service for SQLite
SQLite Wasm conveniently wrapped as an ES Module.
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 configuration helpers: Prisma-style env() and askdb.config file discovery for first-party apps.
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 HTTP API: minimal HTTP wrapper around @askdb/core. POST /ask returns validated SQL only.
AskDB MySQL integration: introspection connector via information_schema and a mysql2-backed catalog query runner. Pairs with @askdb/core's MYSQL_DIALECT.
Fastest SQLite for React Native (with node.js support)
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.
Community plugin for native & electron SQLite databases
[](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml?branch=master)
AskDB enrichment workspace helpers for Schema v2 authoring surfaces.
Fork of SQLite database - you're probably looking for WatermelonDB, not this
Expo DevTools Plugin for Drizzle Studio