Mono ORM that works with PostgreSQL?
I've been trying to find a decent ORM that works with both Mono and PosgreSQL.
Does anyo开发者_开发问答ne know of such an ORM?
Any ORM worth its salt should be able to handle PostgreSQL.
NHibernate is a .NET ORM that sprang from Hibernate, a Java-based ORM that handles PostgreSQL quite nicely. I'd recommend it.
Mono includes DbLinq project. This ORM supports all major relational databases however it's not a stable release yet.
Edit
Since version 2.11.3 mono also includes entity framework support.
精彩评论