Migration framework for .NET
资 源 简 介
Database migrations for .NET. Based on the idea of Rails ActiveRecord Migrations.
Supported Databases
MySQL
Oracle (not well tested?)
PostgreSQL
SQLite
SQL Server
Supported Modes
NAntTask
MSBuildTarget
Console Application (You should be using an automation tool! :))
Getting Started
Please refer to the GettingStarted page for some helpful information on how to get started using MigratorDotNet. See WritingMigrations for a slightly more in-depth look at how to go about writing your own Migrations.
Links
Please refer to the Links page for some helpful links that will help to get you started with MigratorDotNET
Contributing
Please refer to the Contr
文 件 列 表
migratordotnet-0.8.0
doc
example
migrations
lib
log4net.dll
doc
CHANGES.txt
README.txt
TODO.txt
example
example-msbuild.proj
example-nant.build
migrations
001_AddAddressTable.cs
002_AddAddressColumns.cs
003_AddPersonTable.cs
migrations.dll