phuclv90 / SharpSqlParser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLparser

A very simple parser that's capable of building and dumping the AST tree of SQL queries

Usage:

SQLparser

Features:

Currently only a limited subset of SQL is supported:

  • Many forms of SELECT, UPDATE, INSERT, DELETE, USE statements
  • Nested queries are not supported yet
  • Each statement must be ended with a semicolon ";"

About


Languages

Language:C# 100.0%