go-zero/tools/goctl/model/sql/CHANGELOG.md
Keson 41964f9d52
gozero template (#147)
* 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
2020-10-21 14:59:35 +08:00

245 B

Change log

2020-10-19

  • 增加template

2020-08-20

  • 新增支持通过连接数据库生成model
  • 支持数据库多表生成
  • 优化stringx

2020-08-19

  • 重构model代码生成逻辑
  • 实现从ddl解析表信息生成代码