SQL parser in C

前端 未结 9 1577
悲&欢浪女
悲&欢浪女 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 12:04

    Have you looked at SQLite ? It certainly does have the code to parse SQL, so maybe you could avoid reimplementing it..

提交回复
热议问题