Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 493 Bytes

File metadata and controls

14 lines (8 loc) · 493 Bytes

DataUp

This package allow to create and manage data migration steps in your application (named following dbup).

You should create a console application which references to this package, develop your migration classes. The console application will make it easier for integration with other tools such as automated deployment. Then you are almost done.

Setup

Using below command to add this package into your application

Install-Package DataUp

Packages in used

  • EntityFramework