Info
Version: | 8.0.142 |
Author(s): | Lin, Ping-chen |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ponylin1985/zayniframework |
NuGet Url: | https://www.nuget.org/packages/zdm |
Install
Install-Package zdm
dotnet add package zdm
paket add zdm
zdm Download (Unzip the "nupkg" after downloading)
This is a dotnet tool CLI application helps you to use CLI command-line to migrate your database schema and data in the migration SQL scripts.
It support MySQL and MSSQL.
The zdm can also integrate with the popular CI/CD solutions such as CircleCI, GitLab CI, Jenkins or other CI/CD service.
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.