By tag: Migrations
0
kicks
Two Major Milestones for RoundhousE and UppercuT
UppercuT now supports SVN, TFS, and GIT for versioning assemblies. RoundhousE is environment aware so it can run environment specific scripts. Check it out for more information, screen shots, etc...
0
kicks
RoundhousE: Version Your Database
Versioning your database is as important as versioning your code. How much time do we waste currently before we are even productive when we have to fix or enhance something in a database? RoundhousE versions your database how you want. The recommended way is to version based on source control, but ...
0
kicks
RoundhousE: Configuration
Let’s take a look at the RoundhousE's configuration. We are going to focus on the MSBuild/NAnt task configuration for now because the console isn’t yet complete. The console will actually have at least this much if not more (we’ve talked about how to use it to create the migration scripts and not ju...
0
kicks
RoundhousE DB Migration: Action Shots
A quick walk through of a sample database creation and migration. With action shots so you can see the total awesome that is RoundhousE in action. Is it the best thing since sliced bread? No - only cuz you can't eat it. It will make your database migration life so much easier you'll wonder how you e...
0
kicks
Enter The Dragon: RoundhousE DB Migrations
RoundhousE is an open source automated database deployment (change management) system that allows you to use your current idioms and gain much more. Currently it only supports Microsoft SQL Server, but there are future plans for other databases.
It seeks to solve both maintenance concerns and ea...
0
kicks
Database migrations for the .NET Framework
Pretty much inspired by Ruby on Rails' Migrations, octalforty Wizardby is a powerful yet easy to use database migration framework primarily targeting .NET.
octalforty Wizardby provides a simple and DRY DSL for writing migrations in database-independent manner.
0
kicks
SubSonic: Using Migrations
Rob Conery has a nice post (and video!) of the new Migrations support that will be included in SubSonic 2.1 (Pakala)
0
kicks
.NET Database Migration Tool Roundup
A overview of all the available DB Migration tools available on the .NET platform
0
kicks
SubSonic - Migrate Me
Rob demonstrates the early code samples for a GREAT upcoming feature in SubSonic - MIGRATIONS.