I've been trying to find a decent ORM that works with both Mono and PosgreSQL.
Does anyone know of such an ORM?
I've been trying to find a decent ORM that works with both Mono and PosgreSQL.
Does anyone 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.