SQL parser in C

前端 未结 9 1580
悲&欢浪女
悲&欢浪女 2020-12-29 11:59

I want to parse and store the columns and values of a SQL DML (INSERT, UPDATE, DELETE) statement in C. Need the URL of the open source code or a library with which I can lin

9条回答
  •  执笔经年
    2020-12-29 12:03

    ANTLR can target C, among other languages, and its catalog of premade grammars has a bunch of SQL dialects - notably MySQL and Oracle.

提交回复
热议问题