How do you manage databases in development, test, and production?

前端 未结 14 2045
情书的邮戳
情书的邮戳 2020-11-30 16:23

I\'ve had a hard time trying to find good examples of how to manage database schemas and data between development, test, and production servers.

Here\'s our setup. E

14条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 16:57

    If you are in the .NET environment then the solution is Tarantino (archived). It handles all of this (including which sql scripts to install) in a NANT build.

提交回复
热议问题