Aucune description

myuan 7b2ba25f97 将select相关表检查改为vector il y a 2 ans
src 7b2ba25f97 将select相关表检查改为vector il y a 2 ans
.gitignore 3e4e7c83e2 update il y a 2 ans
readme.md 344843476b 添加一些描述 il y a 2 ans
run_sql_parser_test.py 40a2dedf6f show rebuild il y a 2 ans
target.sql 36ea30d646 处理主键 il y a 2 ans
tests_config.py 4dd66e21f8 select table 修改为 表列表 il y a 2 ans
xmake.lua f54cdcc5b1 添加包 il y a 2 ans

readme.md

sql-parser

编译

$ xmake

运行

$ xmake run sql-parser "create table tb;"

调试/测试

python run_test.py