What database systems are fully supported by Entity Framework 6 and/or 7?

前端 未结 1 606
长发绾君心
长发绾君心 2021-01-12 05:55

Which database systems (relational or NoSql) are supported by Entity Framework 6 and/or 7?

1条回答
  •  隐瞒了意图╮
    2021-01-12 06:25

    The Entity Framework documentation has a long list (right hand side) of 3rd party providers. The ones listed today are:

    • MySQL Connector/NET
    • System.Data.SQLite
    • Oracle Data Provider for .NET
    • VistaDB
    • Devart
    • cdata
    • OpenLink Software
    • IBM
    • Sybase SQL Anywhere
    • Sybase Adaptive Server Enterprise
    • Phoenix Software Solutions
    • Synergex
    • Firebird
    • Npgsql
    • NuoDB
    • Ritmo for IBM i (DB2)

    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.aspx http://www.infoworld.com/article/2885466/application-development/entity-framework-7-providing-support-for-new-platforms-and-new-data-stores.html

    0 讨论(0)
提交回复
热议问题