wenfh2020 / wenfh2020.github.io

make blog : github + jekyll
MIT License
4 stars 3 forks source link

自动代码工具 - 分析 mysql 脚本(*.sql)生成 C++ 源码 #29

Open wenfh2020 opened 3 years ago

wenfh2020 commented 3 years ago

https://wenfh2020.com/2020/06/04/mysql-db-gencode/

自动代码工具,根据 sql 脚本的语法特征,提取脚本的表名(table name)和其对应的列(column)信息,抽象成类,并生成对应的 C++ 源码文件。