mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 09:40:24 +08:00
41964f9d52
* model/rpc generate code from template cache * delete unused(deprecated) code * support template init|update|clean|revert * model: return the execute result for insert and update operation * // deprecated: containsAny * add template test * add default buildVersion * update build version
17 lines
245 B
Markdown
17 lines
245 B
Markdown
# Change log
|
|
|
|
## 2020-10-19
|
|
|
|
* 增加template
|
|
|
|
## 2020-08-20
|
|
|
|
* 新增支持通过连接数据库生成model
|
|
* 支持数据库多表生成
|
|
* 优化stringx
|
|
|
|
## 2020-08-19
|
|
|
|
* 重构model代码生成逻辑
|
|
* 实现从ddl解析表信息生成代码
|