Entity framework PostgreSQL

后端 未结 2 1661
难免孤独
难免孤独 2020-11-27 13:58

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

2条回答
  •  一生所求
    2020-11-27 14:24

    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

提交回复
热议问题