Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 809 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 809 Bytes

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