Skip to content
 
 

Repository files navigation

Introduction

This project is a fork of "ye olde trusty" Migrator.Net - the original project can be found here on google code, and has since moved to github

What's different in the fork

In this fork the main changes are:

  • Now targets .Net Framework 3.5 instead of 2.0.
  • Support for reserved words.
  • Support for guid types across all databases.
  • Utility classes for removing all tables etc. from a database (to support migration integration tests).
  • Warnings in Oracle when attempting to create column/table/key names that are over-length.

Coming soon

  • Schema support for Oracle.

About

Database migrations for .NET. Based on the idea of Rails ActiveRecord Migrations. This fork aims to improve support for having a single set of migrations applied to 4/5 DB vendors simultaneously (Including addressing issues around data types like Guids, and lots of little tweaks to deal with things like reserved word differences between databases…

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors