I'm evaluating a few ORM's for a new project. Can the Entity Framework (v4) run on anything other than SQL Server? (i.e. MySQL?)
Asked
Active
Viewed 234 times
3 Answers
3
the short answer: yes
Using MySQL with Entity Framework

Community
- 1
- 1

Kris Ivanov
- 10,476
- 1
- 24
- 35
-
Btw. this should be comment or reason for close as a duplicate because reposting answers (not yours) is not very welcome on SO. – Ladislav Mrnka Apr 07 '11 at 18:16
-
I agree, almost at "cast close" ability myself, however the question did not specifically asked for EF4 and MySQL, more general case, so it is a little stretch to be closed for duplicate – Kris Ivanov Apr 08 '11 at 02:32
1
It sounds like it can, but there are not out of the box extensions to allow it to build the templates for code generation.
Here is another SO question that relates
1
Here you have list of available providers for other database servers.

Ladislav Mrnka
- 360,892
- 59
- 660
- 670