Skip to content

ding4it/sql_parser

Repository files navigation

this is a sql parser. only allow SELECT FROM WHERE

select a from b;

select a from b where c = d;

select a,b,c from table1 where a = 1;

select a,b,c from table1, (select hh from dd) as dt where a > c;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published