Looking for solution for database versioning

后端 未结 6 1310
忘掉有多难
忘掉有多难 2021-01-04 18:19

Problem description:

In our project we have one \"production database\" and many \"devs\". We want to know how we can manage and install the changes. We already have

6条回答
  •  天涯浪人
    2021-01-04 18:30

    You can use database migrators tools like:

    1. .NET Migrator
    2. FluentMigrator
    3. Entity Framework Code First Migrations

    These tools allow you to work with database versions.

提交回复
热议问题