Skip to content

Commit

Permalink
Update IBM provider to 5.0 (#3419)
Browse files Browse the repository at this point in the history
- package is now available on NuGet so updated link to that
- even though it is on NuGet, it appears to still require a license (https://stackoverflow.com/a/63612855/2847567) so kept the `Paid` note
- linked the "Getting Started" page as that is more useful
- lower cased the `T` from the Google Spanner link to be consistent with the rest of the column
  • Loading branch information
vslee authored Sep 5, 2021
1 parent a8e9d4f commit 2466943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entity-framework/core/providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Entity Framework Core can access many different databases through plug-in librar
| [Devart.Data.PostgreSql.EFCore](https://www.nuget.org/packages/Devart.Data.PostgreSql.EFCore/) | PostgreSQL 8.0 onwards | [DevArt](https://www.devart.com/) | Paid | 5.0 | [docs](https://www.devart.com/dotconnect/postgresql/docs/) |
| [Devart.Data.SQLite.EFCore](https://www.nuget.org/packages/Devart.Data.SQLite.EFCore/) | SQLite 3 onwards | [DevArt](https://www.devart.com/) | Paid | 5.0 | [docs](https://www.devart.com/dotconnect/sqlite/docs/) |
| [FirebirdSql.EntityFrameworkCore.Firebird](https://www.nuget.org/packages/FirebirdSql.EntityFrameworkCore.Firebird/) | Firebird 3.0 onwards | [Jiří Činčura](https://github.com/cincuranet) | | 5.0 | [docs](https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/blob/master/Provider/docs/entity-framework-core.md) |
| [IBM.EntityFrameworkCore](https://www.nuget.org/packages/IBM.EntityFrameworkCore) | Db2, Informix | [IBM](https://ibm.com) | Paid, Windows | 5.0 | [getting started](https://community.ibm.com/community/user/hybriddatamanagement/blogs/michelle-betbadal1/2020/04/29/getting-started-with-ibm-net-provider-for-net-core) |
| [IBM.EntityFrameworkCore-lnx](https://www.nuget.org/packages/IBM.EntityFrameworkCore-lnx) | Db2, Informix | [IBM](https://ibm.com) | Paid, Linux | 5.0 | [getting started](https://community.ibm.com/community/user/hybriddatamanagement/blogs/michelle-betbadal1/2020/04/29/getting-started-with-ibm-net-provider-for-net-core) |
| [IBM.EntityFrameworkCore-osx](https://www.nuget.org/packages/IBM.EntityFrameworkCore-osx) | Db2, Informix | [IBM](https://ibm.com) | Paid, macOS | 5.0 | [getting started](https://community.ibm.com/community/user/hybriddatamanagement/blogs/michelle-betbadal1/2020/04/29/getting-started-with-ibm-net-provider-for-net-core) |
| [EntityFrameworkCore.Jet](https://www.nuget.org/packages/EntityFrameworkCore.Jet/) | Microsoft Access files | [Bubi](https://github.com/bubibubi) | | 3.1 | [readme](https://github.com/bubibubi/EntityFrameworkCore.Jet/blob/master/docs/README.md) |
| [IBM.EntityFrameworkCore](https://www-112.ibm.com/software/howtobuy/passportadvantage/paocustomer/sdma/SDMA?P0=DOWNLOAD_SEARCH_BY_PART_NO&FIELD_SEARCH_TYPE=3&searchVal=CC6XFML) | Db2, Informix | [IBM](https://ibm.com) | Paid, Windows | 3.1 | [customer website](https://www.ibm.com/software/passportadvantage/pao_customer.html) |
| [IBM.EntityFrameworkCore-lnx](https://www-112.ibm.com/software/howtobuy/passportadvantage/paocustomer/sdma/SDMA?P0=DOWNLOAD_SEARCH_BY_PART_NO&FIELD_SEARCH_TYPE=3&searchVal=CC6XGML) | Db2, Informix | [IBM](https://ibm.com) | Paid, Linux | 3.1 | [customer website](https://www.ibm.com/software/passportadvantage/pao_customer.html) |
| [IBM.EntityFrameworkCore-osx](https://www-112.ibm.com/software/howtobuy/passportadvantage/paocustomer/sdma/SDMA?P0=DOWNLOAD_SEARCH_BY_PART_NO&FIELD_SEARCH_TYPE=3&searchVal=CC6XHML) | Db2, Informix | [IBM](https://ibm.com) | Paid, macOS | 3.1 | [customer website](https://www.ibm.com/software/passportadvantage/pao_customer.html) |
| [Teradata.EntityFrameworkCore](https://www.nuget.org/packages/Teradata.EntityFrameworkCore/) | Teradata Database 16.10 onwards | [Teradata](https://downloads.teradata.com/download/connectivity/net-data-provider-for-teradata) | | 3.1 | [website](https://www.nuget.org/packages/Teradata.EntityFrameworkCore/) |
| [Google.Cloud.EntityFrameworkCore.Spanner](https://github.com/cloudspannerecosystem/dotnet-spanner-entity-framework) | Google Cloud Spanner | [Cloud Spanner Ecosystem](https://github.com/cloudspannerecosystem) | Currently in preview | 3.1 | [Tutorial](https://medium.com/google-cloud/google-cloud-spanner-with-entity-framework-core-2ddd16d2b252) |
| [Google.Cloud.EntityFrameworkCore.Spanner](https://github.com/cloudspannerecosystem/dotnet-spanner-entity-framework) | Google Cloud Spanner | [Cloud Spanner Ecosystem](https://github.com/cloudspannerecosystem) | Currently in preview | 3.1 | [tutorial](https://medium.com/google-cloud/google-cloud-spanner-with-entity-framework-core-2ddd16d2b252) |
| [FileContextCore](https://www.nuget.org/packages/FileContextCore/) | Stores data in files | [Morris Janatzek](https://github.com/morrisjdev) | For development purposes | 3.0 | [readme](https://github.com/morrisjdev/FileContextCore/blob/master/README.md) |
| [EntityFrameworkCore.SqlServerCompact35](https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact35) | SQL Server Compact 3.5 | [Erik Ejlskov Jensen](https://github.com/ErikEJ/) | .NET Framework | 2.2 | [wiki](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications) |
| [EntityFrameworkCore.SqlServerCompact40](https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40) | SQL Server Compact 4.0 | [Erik Ejlskov Jensen](https://github.com/ErikEJ/) | .NET Framework | 2.2 | [wiki](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications) |
Expand Down

0 comments on commit 2466943

Please sign in to comment.