Categories
Uncategorized

Putting Your Database Under Version Control

In his latest article on Coding Horror, Jeff Atwood talks about the importance of getting your database under version control and links to K. Scott Allen’s series of articles on the topic:

  1. Three rules for database work
  2. The Baseline
  3. Change Scripts
  4. Views, Stored Procedures and the Like
  5. Branching and Merging

Lucky me, I’ve got Rails migrations, which are suitable for small teams. Other development platforms will require different approaches, some of which are covered by Allen’s articles. If there’s a topic that’s screaming for a book or website, this is it!

One reply on “Putting Your Database Under Version Control”

Comments are closed.