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?
Furthermore, Entity Framework's design makes it particularly friendly for PostgreSQL developers. Entity Framework (EFCore) Core is a lighter weight and more flexible version that specifically enables . NET objects. It reduces the amount of data access code developers need to write, and offers higher-performance APIs.
It supports a large number of database providers such as PostgreSQL, SQL Server, IBM Data Servers and more.
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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With