Entity framework supported databases
I'm going to make a end-user desktop applic开发者_运维知识库ation, so I need a relative small database, such as Firebird or SqlLite. Does the Entity Framework 4 support other databases than SQL Server?
ADO.NET Data Providers on MSDN lists several third party data providers for ADO.NET. Firebird and SQLite both look like what you are after, and both include Entity Framework 3.5 support (though I can't see any mention of EF4 support).
Entity Framework supports these database providers:
- MS SQL Server
- SQLLite
- MySQl
- Oracle
- PostgreSQL
- Microsoft SQL Server Analysis Services (SSAS)
- Informix
精彩评论