Search code examples
jsonentity-frameworkpostgresqlef-power-tools

Entity Framework Power Tools & PostgreSQL JSON Data Type


I have been playing around with the PostgreSQL JSON Data Type and when I try to reverse engineer code first with EF Power Tools JSON Data Type is ignored. If one manually configures the JSON filed in the FluentAPI configuration then everything is working. I have been using DevArt PostgreSQL driver, .NET 4.5.1, EF 6.x.

Is there a way to generate the JSON Data Type via EF Power Tools ?


Solution

  • We will investigate the possibility of adding runtime support for the JSON data type in EF-provider of dotConnect for PostgreSQL and notify you about the result. This should fix the described problem with EF Power Tools.