Skip to content

Releases: yuanrui/CodeGenerator

AutoCode 1.0.200715

15 Jul 03:48
Compare
Choose a tag to compare

更新说明:

  1. 添加配置数据库连接功能。
  2. 更新Oracle、SQLite、Thrift到最新版本。
  3. 修改界面显示。

Release Notes:

  1. Add configuration database connection feature.
  2. Update Oracle, SQLite and Thrift to the latest versions.
  3. Modify the UI display.

AutoCode 1.0.190703

21 Dec 01:00
Compare
Choose a tag to compare

发布说明:

  1. 第一次发布。
  2. 环境依赖:.Net Framework 4.0
  3. 数据源支持:Sql Server, Oracle, Sqlite, MySql. 需要在Config/db.config设置数据库连接配置。
  4. 代码生成基于T4模板,定制化程度高。

Release Notes:

  1. First release.
  2. Depend on .Net Framework 4.0
  3. Data source: Sql Server, Oracle, Sqlite, MySql. Before run should set Config/db.config database connection string.
  4. Code generator template base on T4, support customization.