/tree-sitter-sql-bigquery

SQL grammar for BigQuery

Primary LanguageCMIT LicenseMIT

Build/Test

tree-sitter for BigQuery's SQL

This project supports StandardSQL in BigQuery. You could try out the demo on Github Pages

Supported BigQuery SQL feature

  • Basic Literals/Expressions
  • Query Statement
  • DML Statements
  • DDL Statements
  • Procedural Language
  • DCL Statements/BigQuery ML
  • Pre-GA features

References

Development

Running tests

npm install --also=dev
npm test

Debbuging

  • npm run parse <file.sql> outputs a syntax tree