1- = Migrator DotNet
1+ # Migrator DotNet
22Database Migrations implemented in .NET.
33Supports rolling up and rolling back of migrations.
44
@@ -7,27 +7,27 @@ The migrations themselves are implemented in code and can be mostly done in a da
77
88Licensed under MPL 1.1 : http://www.mozilla.org/MPL/
99
10- == Supported Database
10+ ## Supported Database
1111* MySQL (5.0, 5.1)
1212* PostgreSQL
1313* SQLite (tested on Mono)
1414* SQL Server (2000, 2005)
1515* SQL Server CE (3.5)
1616
17- == Untested Databases but in there
17+ ## Untested Databases but in there
1818* Oracle
1919* Firebird
2020* Informix
2121* DB2
2222* Ingres
2323
24- == Supported Modes
24+ ## Supported Modes
2525* MSBuild Task
2626* NAnt Task
2727* Console Application
2828
2929
30- = Development
30+ # Development
3131
3232== Compiling
3333To build from source:
@@ -47,7 +47,7 @@ You can Test on each engine or change those by changing the 'exclude' properties
4747file called 'local.properties'. To change the database connection strings see config\app.config. You
4848can make your own local version called 'local.config' to override these
4949
50- == SQL Server CE
50+ ## SQL Server CE
5151To use SQL Server CE, you will need the proper tools installed. The current DLL that we are testing
5252against is the 3.5 version.
5353As of this writing you can download the installer for the SQL CE Runtime at:
@@ -56,9 +56,9 @@ http://www.microsoft.com/downloads/details.aspx?&FamilyID=7849b34f-67ab-481f-a5a
5656We have not confirmed if this will build on Mono yet. But it almost definitely won't run because SQL CE uses PInvoke
5757internally.
5858
59- = Usage
59+ # Usage
6060
61- 1. Add bin/Migrator.Framework.dll to you project references
61+ 1 . Add bin/Migrator.Framework.dll to your project references
6262 - All of the other DLLs are only needed for actually running the migrations.
63632 . Create a class for your migration like:
6464 using Migrator.Framework;
0 commit comments