MySql.ConnectorNET.Data 与 MySql.Data

MySql.ConnectorNET.Data vs MySql.Data(MySql.ConnectorNET.Data 与 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 added netstandard1.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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)