Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将Massive与 MySql 一起使用,我看到 Massive 有 SQL(默认)、PostgreSQL、Oracle 和 Sqllite 提供程序。是否有 MySql 的提供程序或其他提供程序之一是否适用于 MySql?
由于 Massive 只是 SQL Server 并且我使用 MySQL,因此我将它分叉以添加 MySQL 支持。
您可以在GitHub 上找到存储库。还有一个可用的 NuGet 包,名为 Massive.MySQL,它具有 MySQL.Data 作为依赖项。这意味着您只需执行以下操作即可获得有效的数据访问包装器:
Install-Package Massive.MySQL
有关更多详细信息,请查看此