Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longbridge/sqlparser
SQL Parser for Go, allows work with PostgreSQL syntax.
https://github.com/longbridge/sqlparser
ast go parser postgresql sql-parser
Last synced: about 2 months ago
JSON representation
SQL Parser for Go, allows work with PostgreSQL syntax.
- Host: GitHub
- URL: https://github.com/longbridge/sqlparser
- Owner: longbridge
- 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 (5 months ago)
- Last Synced: 2024-12-10T00:26:29.924Z (about 2 months ago)
- Topics: ast, go, parser, postgresql, sql-parser
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 10
- Watchers: 0
- Forks: 9
- Open Issues: 1
-
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