Which .NET ORM has best support for PostgreSQL database Which .NET ORM has best support for PostgreSQL database postgresql postgresql

Which .NET ORM has best support for PostgreSQL database


I haven't compared it against DbLinq but LlbgenPro supports Postgres and is very strong. It supports both Linq and generating the model from the database. In it's just released v3.0 it can generate projects not just for the LlblGen runtime but also for NHibernate, Entity Framework and LinqToSql.

It should be in your list to evaluate.