Skip to content

ColinNg/PostgreSqlMigrationSqlGenerator

 
 

Repository files navigation

PostgreSqlMigrationSqlGenerator

Class to handle Entity Framework migrations with PostgreSQL

Requires

  1. Npgsql (you can find it in NuGet)
  2. A database already creaded with a new schema called "dbo"
  3. [MaxLength(n)] attribute is required on each string properties of models

Installation

  1. Change your connection string into the file web.conf like this:

Installation with NuGet

PM> Install-Package EntityFramework.v5.PostgreSql

What's next

Support to Entity Framework 6

About

Class to handle Entity Framework migrations with PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published