MySql.ConnectorNET.Data vs MySql.Data(MySql.ConnectorNET.Data 与 MySql.Data)
问题描述
MySql.ConnectorNET.Data 和MySql.Data 包在 NuGet 上?
What is the difference between the MySql.ConnectorNET.Data and the MySql.Data packages on NuGet?
它们似乎都是由同一用户发布的 (MySQL),并且 Project Site 链接指向相同的位置 (http://dev.mysql.com/downloads/).
They both appear to be published by the same user (MySQL), and the Project Site
links point to the same location (http://dev.mysql.com/downloads/).
安装这两个版本后,ConnectorNET 版本似乎落后于另一个版本.
After installing both, the ConnectorNET version appears to lag behind the other version by a release.
推荐答案
从你问这个问题开始,Oracle(包所有者)已经把情况说清楚了:
Since the time you asked this question, Oracle (the package owner) has made the situation clear:
- MySql.Data 是官方继续更新的包.
- MySql.ConnectorNET.Data 现在没有发布版本.它显示警告:所有者已取消列出此包.这可能意味着该软件包已被弃用或不应再使用."
- MySql.Data is the official package that continues to be updated.
- MySql.ConnectorNET.Data now has no published releases. It shows the warning: "The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore."
NuGet 还具有以下其他 MySQL ADO.NET 连接器:
NuGet also has the following other MySQL ADO.NET connectors:
- MySqlConnector — 社区开发的支持异步和 .NET Core 的 OSS 连接器库.
- SapientGuardian.MySql.Data — 作为 <添加
netstandard1.3
支持的code>MySql.Data;现在无人维护. - dotConnect.Express.for.MySQL — 免费"Express Edition" 一种封闭源代码的商业产品,提供 付费版本.
- Devart.Data.MySql — 商业版.李>
- MySqlConnector — community-developed OSS connector library supporting async and .NET Core.
- SapientGuardian.MySql.Data — started as a fork of
MySql.Data
that addednetstandard1.3
support; now unmaintained. - dotConnect.Express.for.MySQL — free "Express Edition" of a closed-source commercial product offering paid editions.
- Devart.Data.MySql — the commercial edition.
这篇关于MySql.ConnectorNET.Data 与 MySql.Data的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:MySql.ConnectorNET.Data 与 MySql.Data


- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01