sql parser in c++
please install the some software in thirdparty/ first, remember that install gflags first before glog
Install sql_parser:
- please read the README file in third_party.
- ./build.sh init
- ./configure --prefix=/your/path/to/install
- make
- make install
Uninstall sql_parser:
- make distclean
- ./build clean
parse sql:
bison -d sql.ypp flex sql.l