tree-sitter-sql
tree-sitter-sql copied to clipboard
Separate parsers for SQL flavors
Currently, the parser accepts any kind of input provided there are some parts of PostgreSQL and MySQL. We probably should use approach from https://github.com/tree-sitter/tree-sitter-typescript and have main grammar file with conditional inclusions of flavored grammars.