forked from fluentmigrator/fluentmigrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Databases
daniellee edited this page Feb 17, 2013
·
4 revisions
Currently supported databases:
- MySql
- Oracle 11g
- Sqlite
- Sql Server 2000
- Sql Server 2005
- Sql Server 2008
- Sql Server 2012
- Postgres
- Firebird
- SqlServerCe
- Getting FluentMigrator
- How to create a Migration
- Fluent Interface
- Migration Runners
- Use inbuilt database functions when setting the default value
- Sql Server Specific Extensions
- Raw Sql Helper for inserting data
- Auto Reversing Migrations
- Resharper File Template
- Transaction Modes for the Migration Runner
- ApplicationContext: Passing parameters to Migrations
- Dealing with Multiple Database Types
- Filter migrations run based on Tags
- Enforce migration version numbering rules
- Create custom metadata for the VersionInfo table