DbTool Versions Save

数据库工具,根据表结构文档生成创建表sql,根据数据库表信息导出Model和表结构文档,根据文档生成数据库表,根据已有Model文件生成创建数据库表sql

3.0.0

5 months ago
  • Update to .NET 8
  • Support C# 12 features

Full Changelog: https://github.com/WeihanLi/DbTool/compare/2.3.0...3.0.0

2.3.0

1 year ago

2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/WeihanLi/DbTool/compare/2.1.0...2.2.0

2.0.0

2 years ago
  • Add support for global using, nullable reference types, file-scoped namespace, fixes #23
  • Add CsvDbDocExporter and CsvDbDocImporter
  • Fixes bug #27

1.6.1

2 years ago
  • Add support for DbFirst select all tables, fixes #25

1.6.0

2 years ago
  • Update to .NET 6
  • Fix some MySql type support bug

1.5.3

2 years ago
  • SqlServer Provider table schema bug fix
  • SqlServer Provider column query statement enhancement for a composite primary key, #21
  • PostgreSQL Provider Int8 data type bug fix, #22
  • Display table name with the schema

1.5.0

3 years ago
  • 实现动态的数据库文档导入,根据 model 文件生成数据库表信息,支持其他语言
  • 支持新的数据库 PostgreSql

1.3.1

4 years ago
  • DbFirst 增加 DbType 的选择,可以不修改默认数据库类型,修改要连接的数据库类型