Entity framework PostgreSQL

entity-framework, postgresql

Solution

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

Problem

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?

Original source