Stories recently tagged with 'Migrations'

Two Major Milestones for RoundhousE and UppercuT(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 4 months ago

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... read more...

add a comment |category: |Views: 15

tags: another

RoundhousE: Version Your Database(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 6 months ago

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 that may not be your solution. But for a moment let’s pretend it is. Why would versioning your database based on source control be a big help? Read on to find out why DBAs, Auditors, and ladies that can't walk love RoundhousE... read more...

add a comment |category: |Views: 47

tags: another

RoundhousE: Configuration(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 6 months ago

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 just run them). Because we like to be able to infer things, we have determined that there are only two required items. Worth a look... read more...

add a comment |category: |Views: 9

tags: another

RoundhousE DB Migration: Action Shots(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 6 months ago

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 ever lived without it. Are you still reading this? Click the link! read more...

add a comment |category: |Views: 67

tags: another

Enter The Dragon: RoundhousE DB Migrations(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 6 months ago

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 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? read more...

add a comment |category: |Views: 16

tags: another

Database migrations for the .NET Framework(code.google.com)

submitted by anton_gogolevanton_gogolev(20) 3 years, 1 month ago

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. read more...

add a comment |category: |Views: 34

tags: another

SubSonic: Using Migrations(blog.wekeroad.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Rob Conery has a nice post (and video!) of the new Migrations support that will be included in SubSonic 2.1 (Pakala) read more...

add a comment |category: |Views: 132

tags: another

.NET Database Migration Tool Roundup(flux88.com)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A overview of all the available DB Migration tools available on the .NET platform read more...

add a comment |category: |Views: 658

tags: another

RikMigrations 0.2 Released(rikware.com)

submitted by deasondeason(185) 4 years ago

New release of .NET database migrations library. read more...

1 comment |category: |Views: 4

tags: another

SubSonic - Migrate Me(blog.wekeroad.com)

submitted by zowenszowens(988) 4 years, 7 months ago

Rob demonstrates the early code samples for a GREAT upcoming feature in SubSonic - MIGRATIONS. read more...

2 comments |category: |Views: 40

tags: another