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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T17:55:59.000Z (over 3 years ago)
- Last Synced: 2024-08-01T17:21:37.622Z (3 months 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.