Entity framework PostgreSQL

Entity FrameworkPostgresql

Entity Framework Problem Overview


Can someone tell me how can I get MS Entity Framework working with PostgreSQL.

Also: How does Entity Framewok work with Mono? Could you please suggest other similar ORM tools which would run on Mono and what is your opinion about them?

Entity Framework Solutions


Solution 1 - Entity Framework

Entity framework also works with Npgsql - .Net Data Provider for Postgresql. A tutorial on how to set it up can be found here: http://www.npgsql.org/ef6/index.html

Solution 2 - Entity Framework

Devart has a product that gives entity framework support for PostgreSQL. See:

http://www.devart.com/dotconnect/postgresql/

There is a provider for mono for postgreSQL. See:

http://www.mono-project.com/PostgreSQL

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMarkusView Question on Stackoverflow
Solution 1 - Entity FrameworkReinierDGView Answer on Stackoverflow
Solution 2 - Entity FrameworkShiraz BhaijiView Answer on Stackoverflow