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.Datathat addednetstandard1.3support; 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
基础教程推荐
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
