{"library":"sqlite3-parser","type":"library","category":null,"description":"A fast, pure JavaScript LALR(1) parser for SQLite SQL syntax, generated from SQLite's parse.y grammar. Version 0.7.1 ships TypeScript types, runs in Node, Bun, and browsers, and is ~32 KB gzipped. It provides improved error messages with location, expected tokens, and common mistake hints. Compared to alternatives like sql.js or node-sqlite3, it is purely a parser (no database connection) and is 2x-200x faster than other JavaScript SQL parsers (e.g., @nene/query-lang, sql-parser-cst).","language":"javascript","status":"active","version":"0.7.1","tags":["javascript","sql","sqlite","parser","ast","lalr","syntax","tokenizer","sqlite3","typescript"],"install":[{"cmd":"npm install sqlite3-parser","imports":["import { parse } from 'sqlite3-parser'","import { parseStmt } from 'sqlite3-parser'","import { parseOrThrow } from 'sqlite3-parser'","import type { ParseOk } from 'sqlite3-parser'","import type { ParseDiagnostic } from 'sqlite3-parser'"]},{"cmd":"yarn add sqlite3-parser","imports":[]},{"cmd":"pnpm add sqlite3-parser","imports":[]}],"homepage":null,"github":"https://github.com/justjake/sqlite3-parser-js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/sqlite3-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/sqlite3-parser/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Thu Jun 18","next_check":"Sun Jul 26","install_tag":null}}