This website works better with JavaScript
Home
Explore
Help
Register
Sign In
myuan
/
sql-parser
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
17
Commits
1
Branches
0
Releases
Tree:
c70d4834c6
Branches
Tags
master
sql-parser
HTTP
SSH
ZIP
TAR.GZ
myuan
c70d4834c6
update
2 years ago
src
5161fb6e01
基础的create
2 years ago
.gitignore
21f7981114
add
2 years ago
readme.md
344843476b
添加一些描述
2 years ago
run_test.py
306c957b59
更正逻辑
2 years ago
target.sql
c70d4834c6
update
2 years ago
xmake.lua
6a125b561b
添加规则适配包管理
2 years ago
readme.md
sql-parser
编译
$ xmake
运行
$ xmake run sql-parser "create table tb;"
调试/测试
python run_test.py