Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Tarantino for database Continuous Integration (CI)?

We're currently using VincentVega (now rolled into Tarantino) for our database CI. We're using CruiseControl.Net for our web app (C# using TFS).

VincentVega has worked out relatively well since it's very explicity and handles the two scenarios of create and update (while preserving existing data) equally well. I'm looking into upgrading to Tarantino, but I'd like to know if anyone might suggest some alternatives I should look into? Tools like SQL Compare that "automagically" produce delta scripts are out of the question, unfortunately, since our database is highly normalized with over 500 tables.

Thanks

Eric Tarasoff

like image 235
Eric Tarasoff Avatar asked Mar 20 '11 07:03

Eric Tarasoff


1 Answers

There is also another project which may be worth looking at by Rob Reynolds; RoundHousE

http://code.google.com/p/roundhouse/

The wiki is at https://github.com/chucknorris/roundhouse/wiki

like image 100
Ryan Anderson Avatar answered Oct 20 '22 10:10

Ryan Anderson