# tree-sitter-sql **Repository Path**: SSHTerm/tree-sitter-sql ## Basic Information - **Project Name**: tree-sitter-sql - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dmf/dollar-quoting - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-06 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tree-sitter-sql [![Build/test](https://github.com/derekstride/tree-sitter-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/derekstride/tree-sitter-sql/actions/workflows/ci.yml) A general/permissive SQL grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). ## Features For a complete list of features see the the [tests](test/corpus) ## References * [Wikipedia#SQL_syntax](https://en.wikipedia.org/wiki/SQL_syntax) - I consulted wikipedia for naming conventions, though I may not have been strict early on in the prototyping. * [Phoenix Language Reference](https://forcedotcom.github.io/phoenix/index.html) - A reference diagram. * [SQLite's railroad diagram for expr](https://www.sqlite.org/lang_expr.html) - Another reference diagram. ### Other projects * https://github.com/m-novikov/tree-sitter-sql * https://github.com/tjdevries/tree-sitter-sql * https://github.com/tk-shirasaka/tree-sitter-sql * https://github.com/dhcmrlchtdj/tree-sitter-sqlite