{"library":"sqlite-ast","type":"library","category":null,"description":"Parse SQLite SQL syntax into an abstract syntax tree (AST). Version 0.0.7 is the latest. This package provides a lightweight, typed AST for SQLite queries, built on top of a parser generated from the SQLite grammar. It supports both parsing of raw SQL and a tagged template literal for safe query construction. Requires Node.js 22+. Features type definitions included, making it suitable for TypeScript projects. The library is minimal with no runtime dependencies.","language":"javascript","status":"active","version":"0.0.7","tags":["javascript","sqlite","ast","parse","tree","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-ast","imports":["import { parseSqlite } from 'sqlite-ast'","import { sql } from 'sqlite-ast'","import type { SqliteAstNode } from 'sqlite-ast'","import { parseSqlite } from 'sqlite-ast'"]},{"cmd":"yarn add sqlite-ast","imports":[]},{"cmd":"pnpm add sqlite-ast","imports":[]}],"homepage":"https://github.com/electrovir/sqlite-ast","github":"https://github.com/electrovir/sqlite-ast","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-ast","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}