My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 23
This is a command line tool for automatically doing a schema diff between two databases, and generating the change script for mapping between the two. It works with SQL Server. If the tool detects a change that would delete data (e.g. a table drop, column drop or alter) it will throw an error to ...
This tool can be used to run a directory of numbered sql scripts against an MSSQL database. The tool can easily be extended to run against other versioned objects. This is very handy if you are maintaining multiple database environments (e.g. dev, test, production) or working in a team. The us...
Inspired by [http://en.wikipedia.org/wiki/Ruby_on_Rails Ruby on Rails] migrations, written in C# & [http://boo.codehaus.org/ boo], Mite brings the versatile tool of database migrations to the .Net community. We've implemented migrations in a db agnostic style that makes *sane assumptions* when ...
= dmigrations - a simple migrations tool for Django = *Current version: 0.3.1* dmigrations offers a simple but flexible way of managing changes to the database in your Django projects. It is a replacement for Django's built in syncdb command. With dmigrations, every change to your database ...
Really simple migrations for django.
= Kohana Migrations = This module is a reworked version of the [http://codeigniter.com CodeIgniter] [http://codeigniter.com/wiki/Migrations/ Migrations module]. Designed for Kohana 2.2, it supports multiple databases, indexes, composite primary keys, column adding and renaming, and the standard ...
Database migration is a painful process. The tools to do this are, well, lacking, particularly in the python world. The particular features this offers are: # distutils commands for managing migrations # automatic database creation and destruction # support for plain SQL in migration ste...
Note that the source for this project has been moved to GitHub - http://github.com/enkari/fluentmigrator/ This is a rewrite/fork of the popular Migrator.Net project. We wanted to re-work large portions of the code without breaking backwards compatibility on Migrator. As a result we decided to for...
RikMigrations is a database migration library for .NET based on the migrations facility provided by Ruby on Rails. It allows simple upgrading and downgrading of databases using .NET code (such as VB or C#) either from the command line or built into your application. Unlike many other migration frame...
= octalforty Wizardby = This is octalforty Wizardby, a powerful yet easy to use database schema migration framework primarily targeting .NET. The latest release is [http://code.google.com/p/octalforty-wizardby/downloads/list Alpha 2]. == Features == octalforty Wizardby provides a simple and D...
1 2 3 Next