Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longbridgeapp/sqlparser
SQL Parser for Go, allows work with PostgreSQL syntax.
https://github.com/longbridgeapp/sqlparser
ast go parser postgresql sql-parser
Last synced: 5 days ago
JSON representation
SQL Parser for Go, allows work with PostgreSQL syntax.
- Host: GitHub
- URL: https://github.com/longbridgeapp/sqlparser
- Owner: longbridgeapp
- License: other
- Fork: true (rqlite/sql)
- Created: 2021-07-21T08:52:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T02:10:11.000Z (2 months ago)
- Last Synced: 2024-09-09T03:26:37.369Z (2 months ago)
- Topics: ast, go, parser, postgresql, sql-parser
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 9
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLParser
[![Go](https://github.com/longbridgeapp/sqlparser/actions/workflows/go.yml/badge.svg)](https://github.com/longbridgeapp/sqlparser/actions/workflows/go.yml)
A SQL parser.
## Installation
```bash
go get github.com/longbridgeapp/sqlparser
```## Usage
TODO
## SQL syntax supports
- [x] INSERT
- [x] UPDATE
- [x] SELECT
- [x] DELETE
- [ ] WITH Clause for DELETE, INSERT, SELECT, UPDATE
- [ ] WINDOW Clause for SELECT