DbUp supports a number of different databases, the platforms are also listed under each database.

  • Sql Server 2000 and later (any that is supported by Microsoft.Data.SqlClient)
  • Sql Azure
    • >= .NET 3.5
  • SQLite
    • >= .NET 3.5
  • SQLite.Mono (Same as above, but using Mono driver)
    • .NET 4.0
    • Coming soon: Xamarin, PCL and other targets
  • SqlCe
    • >= .NET 4.0
  • MySql
    • >= .NET 3.5
  • PostgreSQL
    • >= .NET 4.0
  • Amazon Redshift
    • >= .NET 4.0
  • Firebird
    • >= .NET 4.0
  • Oracle

If you would like to see a new database or a new target platform, please submit a pull request