Releases: WeihanLi/DbTool
Releases · WeihanLi/DbTool
DbTool 1.3.0
- use async db query
DbTool 1.2.2
- update TableNameToModelName
- query database meta data asynchronous
DbTool 1.2.0
DbTool 1.1.0
DbTool 1.1.0-preview-2
- integrate
MySql
support - upgrade
DbTool.Core
- apply table name model name transform
1.1.0 preview 1
- migrate to wpf, upgrade to netcoreapp3.1
- implement plugin based develop
- add basic localization support
- fix SqlServer DbProvider table/column query bug
DbTool 1.0.7
- update to netcoreapp3.0
- optimize CodeFirst
- add
IModelCodeGenerator
, you can add your custom ModelCodeGenerator via implement the interface and place the dll into theplugins
dir - add
IDbProvider
, you can implement your custom DbProvider to generate sql script
DbTool 1.0.6
- fix #6
- add settings page to custom default setting easily(you need to restart the app if you're using
DbFirst
) - 增加 settings 页面方便用户修改默认配置(
DbFirst
需要重启应用生效,ModelFirst
/CodeFirst
不需要重启应用)
DbTool 1.0.5
- use
Microsoft.CodeAnalysis.CSharp
instead of CodeDom to improveCodeFirst
(bug with DbFirst
, you can use 1.0.6 to fix this)
DbTool 1.0.4
- Update
WeihanLi.Common
/WeihanLi.Npoi
- Add support for
Required
/NotMapped
forCodeFirst
mode, fixIsNullable
bug inCodeFirst
mode