Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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