-
Notifications
You must be signed in to change notification settings - Fork 75
Home
jamesfoster edited this page Feb 13, 2011
·
4 revisions
Database migrations for .NET. Based on the idea of Rails ActiveRecord Migrations.
- MySQL
- Oracle (not well tested?)
- PostgreSQL
- SQLite
- SQL Server
- NAntTask
- MSBuildTarget
- Console Application (You should be using an automation tool! :))
Please refer to the Getting Started page for some helpful information on how to get started using Migrator.Net. See Writing Migrations for a slightly more in-depth look at how to go about writing your own Migrations.
Please refer to the Links page for some helpful links that will help to get you started with Migrator.NET
Please refer to the Contributing and How To Build pages for information on how to contribute to the project.