本文介绍了Entity Framework 6 和/或 7 完全支持哪些数据库系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Entity Framework 6 和/或 7 支持哪些数据库系统(关系型或 NoSql)?
Which database systems (relational or NoSql) are supported by Entity Framework 6 and/or 7?
推荐答案
实体框架 documentation 有一长串(右侧)第三方提供商.今天列出的是:
The Entity Framework documentation has a long list (right hand side) of 3rd party providers. The ones listed today are:
- MySQL 连接器/NET
- System.Data.SQLite
- 适用于 .NET 的 Oracle 数据提供程序
- VistaDB
- 德瓦特
- cdata
- OpenLink 软件
- IBM
- Sybase SQL Anywhere
- Sybase Adaptive Server 企业版
- 凤凰软件解决方案
- Synergex
- 火鸟
- Npgsql
- 诺数据库
- Ritmo for IBM i (DB2)
EF7 的信息更难找到,但这里有一些链接可能会有所帮助:
EF7 is harder to find info for, but here are some links that may help:
http://blogs.msdn.com/b/adonet/archive/2014/05/19/ef7-new-platforms-new-data-stores.aspxhttp://www.infoworld.com/article/2885466/application-development/entity-framework-7-providing-support-for-new-platforms-and-new-data-stores.html一个>
这篇关于Entity Framework 6 和/或 7 完全支持哪些数据库系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!