eosphoros-ai / sqlgpt-parser

sqlgpt-parser is a Python implementation of an SQL parser that effectively converts SQL statements into Abstract Syntax Trees (AST). By leveraging AST tree comparisons between two SQL queries, it becomes possible to achieve robust evaluation of text-to-SQL models.
Apache License 2.0
24 stars 9 forks source link

first add parser #1

Closed qidi1 closed 11 months ago

qidi1 commented 11 months ago

add oceanbase parser,mysql parser,odps parser. the code of parser is from https://github.com/oceanbase/sql-lifecycle-management

luliwjc commented 11 months ago

LGTM, GL HF