Entity PostgreSQL Structure

Can anyone tell me how I can get the MS Entity Framework to work with PostgreSQL.

Also: How does Entity Framewok work with Mono? Could you suggest other similar ORM tools that will work on Mono and what is your opinion on them?

+75
postgresql entity-framework
Jul 31 '09 at 9:12
source share
2 answers

The Entity framework also works with the Npgsql -.Net data provider for Postgresql. The configuration tutorial can be found here: http://npgsql.projects.postgresql.org/

+55
Apr 6 2018-10-06T00:
source share

Devart has a product that provides entity framework support for PostgreSQL. Cm:

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

There is a mono provider for postgreSQL. Cm:

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

+11
Jul 31 '09 at 13:36
source share



All Articles