Skip to content
forked from rqlite/sql

SQL Parser for Go, allows work with PostgreSQL syntax.

License

Notifications You must be signed in to change notification settings

longbridgeapp/sqlparser

 
 

Repository files navigation

SQLParser

Go

A SQL parser.

Installation

go get github.com/longbridgeapp/sqlparser

Usage

TODO

SQL syntax supports

  • INSERT
  • UPDATE
  • SELECT
  • DELETE
  • WITH Clause for DELETE, INSERT, SELECT, UPDATE
  • WINDOW Clause for SELECT