-
Notifications
You must be signed in to change notification settings - Fork 247
Home
RoundhousE is an automated database deployment (change management) system that allows you to use your current idioms and gain much more.
It seeks to solve both maintenance concerns and ease of deployment. We follow some of the same idioms as other database management systems (SQL scripts), but we are different in that we think about future maintenance concerns. We want to always apply certain scripts (anything stateless like functions, views, stored procedures, and permissions), so we don’t have to throw everything into our change scripts. This seeks to solves future source control concerns. How sweet is it when you can version the database according to your current source control version?
RoundhousE is a database migrations engine that uses plain old sql to migrate a database.
Getting Started
Configuration Options
OneTime Scripts
AnyTime Scripts
Environment Scripts
Everytime Scripts
Token Replacement
RoundhousE Modes
RoundhousE + NHibernate == Rebuild Your Database Inside Visual Studio! - Speed up your Development!
RoundhousE integrates with the following database types:
- SQLServer 2000/2005/2008 including express editions
- Oracle 9i/10g/11g
- MySQL (coming very soon)
There is a mailing list that encompasses all of the ChuckNorrisFramework - http://groups.google.com/group/chucknorrisframework
RoundhousE documentation definitely needs some love. With each release is a fully functioning sample for SQL Server. It shows off many of the features of RH. You can also see here for any updates: http://projectroundhouse.org
Until this thing is rocking check out the documentation here - https://github.com/chucknorris/roundhouse/tree/master/docs