Closed prurph closed 3 months ago
Done! It's available here: https://pypi.org/project/tree-sitter-sql/0.3.5/
Wow what a fast response! Thank you so much!
I just tried it out and
tree_sitter_sql.language()
returns an integer for me and not a Language
not sure if that is correct
Nevermind. This Id has to be consumed by the Parser
object. Then it works as expected
This grammar isn't available for installation in Python projects via
pip
. The tree-sitter team has a workflow here; what do you think about adding this to the project to publish to PyPi? Thanks for considering!