views:

84

answers:

1

The npgsql ado.net provider claims to support the entity framework.

Is there any documentation/guide how to set this up, and get me jump started here ?

A: 

Look at this stackoveflow question http://stackoverflow.com/questions/1211475/entity-framework-postgresql

You may have more luck using NHibernate with NHibernate Linq with PostgreSQL

Elijah Glover