0

Well, there is similar question for Oracle, now, Postgres?

1

1 Answer 1

1

Entity Framework is designed to be database agnostic. It doesn't use any SQL Server feature, and doesn't natively support things as the Geometry features of SQL Server.

You won't be able to use any feature specific to Postgres (but you can write your Entity Framework extensions to do it, however)

But the point is: It will work.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.