Database Change Management with Tarantino

Before I get into the specifics of how to set all this up, I want to explain how Tarantino finds and keeps changes in sync.

  1. Tarantino is a forward only change management system, you can’t roll back.
  2. If you use Tarantino, you can’t go make changes by hand manually
  3. Tarantino uses RedGate SQL Compare if you want, to compare DB Schemas
  4. Tarantino makes a table in every DB it touches to keep track of what scripts have been executed on that DB

Note: This has nothing to do with good movies.

Database Change Management is a major problem for the company I currently work for as the schema is one of the most important things to the major functions of the software. Exploring how Tarantino works (or even using it) may give better insight.

NoSQL Ecosystem

Ahh, so this is what No SQL is.