Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjdevries/tree-sitter-sql
SQL grammar for tree sitter
https://github.com/tjdevries/tree-sitter-sql
Last synced: 7 days ago
JSON representation
SQL grammar for tree sitter
- Host: GitHub
- URL: https://github.com/tjdevries/tree-sitter-sql
- Owner: tjdevries
- Created: 2021-02-23T21:01:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T17:55:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T23:51:08.810Z (20 days ago)
- Language: C
- Size: 22.5 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-sitter-sql
I want to do something fun at work since we have stuff like this in Go:
```go
const hoverDocumentQuery = `
-- source: enterprise/internal/codeintel/stores/lsifstore/hover.go:Hover
SELECT dump_id, path, data FROM lsif_data_documents WHERE dump_id = %s AND path = %s LIMIT 1
`
```Yeah, I wanna highlight that like SQL obviously :)
## Status
Not good :) you can check out the corpus to see what we currently parse.