Aucune description

myuan 0faa15ac4d 创建表相关的utils和JSON构造 il y a 2 ans
src 0faa15ac4d 创建表相关的utils和JSON构造 il y a 2 ans
.gitignore 21f7981114 add il y a 2 ans
readme.md 344843476b 添加一些描述 il y a 2 ans
run_sql_parser_test.py 3e79d1ee4a 输出stderr il y a 2 ans
target.sql 36ea30d646 处理主键 il y a 2 ans
tests_config.py d1363f6a11 修改部分命名 il y a 2 ans
xmake.lua e5a969dae9 添加包 il y a 2 ans

readme.md

sql-parser

编译

$ xmake

运行

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

调试/测试

python run_test.py