MicroCloud.EntityFrameworkCore.MySql
8.0.3.1
dotnet add package MicroCloud.EntityFrameworkCore.MySql --version 8.0.3.1
NuGet\Install-Package MicroCloud.EntityFrameworkCore.MySql -Version 8.0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroCloud.EntityFrameworkCore.MySql" Version="8.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroCloud.EntityFrameworkCore.MySql --version 8.0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MicroCloud.EntityFrameworkCore.MySql, 8.0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MicroCloud.EntityFrameworkCore.MySql as a Cake Addin #addin nuget:?package=MicroCloud.EntityFrameworkCore.MySql&version=8.0.3.1 // Install MicroCloud.EntityFrameworkCore.MySql as a Cake Tool #tool nuget:?package=MicroCloud.EntityFrameworkCore.MySql&version=8.0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MicroCloud MySql 数据库组件
说明
- MicroCloud MySql 数据库组件,封装基于 Pomelo.EntityFrameworkCore.MySql 的数据访问功能的实现。
- 支持 MySQL、MariaDB。
用法
可按照如下配置方式使用:
- 通过nuget引用
MicroCloud.EntityFrameworkCore.MySql
程序集
Install-Package MicroCloud.EntityFrameworkCore.MySql
- 在
appsettings.json
中的MicroCloud
节点下添加如下配置节点
{
//数据库上下文集合
"DbContexts": {
//默认数据库上下文
"DefaultDbContext": {
"DbContextTypeName": "MicroCloud.Entity.DefaultDbContext,MicroCloud.EntityFrameworkCore", //上下文类型全名(默认数据库上下文)
"DatabaseType": "MySql", //数据库类型:"Cosmos"(Azure Cosmos DB 的 SQL API)、"Kdbndp"(人大金仓)、"MySql"、"Oracle"、"PostgreSql"、"Sqlite"、"SqlServer"
"ConnectionString": "server=localhost;port=3306;database=MicroCloud_DEV;uid=root;pwd=XXX;Allow User Variables=True", //连接字符串(MySql)
//从数据库配置
"SlaveDatabase": {
"SlaveSelector": "Weight", //从数据库选择策略:Weight(平滑权重)、Random(随机)、Sequence(顺序轮询)
//从数据库集合
"SlaveDatabases": [
{
"Name": "MicroCloud_DEV_Slave01", //数据库名
"Weight": 2, //权重(1-100)
"ConnectionString": "server=localhost;port=3306;database=MicroCloud_DEV.Slave01;uid=root;pwd=XXX;Allow User Variables=True", //连接字符串(MySql)
},
{
"Name": "MicroCloud_DEV_Slave02", //数据库名
"Weight": 5, //权重(1-100)
"ConnectionString": "server=localhost;port=3306;database=MicroCloud_DEV.Slave02;uid=root;pwd=XXX;Allow User Variables=True", //连接字符串(MySql)
}
]
},
"LazyLoadingProxiesEnabled": true, //是否启用延迟加载代理
"DateTimeUtcFormatEnabled": false, //是否启用时间UTC格式
"AuditEntityEnabled": true, //是否允许审计实体
"MigrationAssemblyName": "MicroCloud.Svc.Web", //迁移的程序集名称(为空时默认"DesignTimeXXXDbContextFactory"所在程序集)
"MigrationEnabled": true //启用自动迁移
}
},
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- MicroCloud.EntityFrameworkCore (>= 8.0.3.1)
- Pomelo.EntityFrameworkCore.MySql (>= 8.0.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MicroCloud.EntityFrameworkCore.MySql:
Package | Downloads |
---|---|
MicroCloud.EntityFrameworkCore.Relation
MicroCloud 一体化数据访问组件,封装基于 SqlServer、MySql、Oracle、PostgreSql、Sqlite 类型数据访问功能的实现。 |
|
MicroCloud.EntityFrameworkCore.EntityConfiguration
MicroCloud 一体化数据访问组件,封装 MySql、Oracle、PostgreSql、Sqlite、SqlServer 等类型数据访问功能的实现。 |
|
MicroCloud.EntityFrameworkCore.Default
MicroCloud 一体化数据访问组件,封装 MySql、Oracle、PostgreSql、Sqlite、SqlServer 等类型数据访问功能的实现。 |
|
MicroCloud.EntityFrameworkCore.Relationals
MicroCloud 一体化数据访问组件,封装 MySql、Oracle、PostgreSql、Sqlite、SqlServer 等类型数据访问功能的实现。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.3.1 | 119 | 9/9/2024 |
8.0.2.9 | 112 | 9/5/2024 |
8.0.2.8 | 102 | 8/31/2024 |
8.0.2.7 | 102 | 8/31/2024 |
8.0.2.6 | 119 | 8/21/2024 |
8.0.2.5 | 132 | 8/21/2024 |
8.0.2.4 | 125 | 8/12/2024 |
8.0.2.3 | 123 | 8/8/2024 |
8.0.2.2 | 104 | 7/14/2024 |
8.0.2.1 | 95 | 6/7/2024 |
8.0.1.9 | 100 | 6/6/2024 |
8.0.1.8 | 87 | 6/6/2024 |
8.0.1.7 | 103 | 5/15/2024 |
8.0.1.6 | 90 | 5/15/2024 |
8.0.1.5 | 93 | 5/15/2024 |
8.0.1.4 | 90 | 5/14/2024 |
8.0.1.3 | 100 | 5/10/2024 |
8.0.1.2 | 114 | 5/8/2024 |
8.0.1.1 | 112 | 5/7/2024 |
8.0.0.9 | 101 | 5/1/2024 |
8.0.0.8 | 99 | 5/1/2024 |
8.0.0.7 | 109 | 4/30/2024 |
8.0.0.5 | 111 | 4/19/2024 |
8.0.0.4 | 117 | 4/18/2024 |
8.0.0.3 | 114 | 4/15/2024 |
8.0.0.2 | 113 | 4/12/2024 |
8.0.0.1 | 111 | 4/12/2024 |
7.2.0.8 | 110 | 4/12/2024 |
7.2.0.7 | 101 | 4/12/2024 |
7.2.0.6 | 107 | 4/12/2024 |
7.2.0.5 | 103 | 4/12/2024 |
7.2.0.4 | 110 | 4/11/2024 |
7.2.0.2 | 143 | 4/7/2024 |
7.2.0.1 | 310 | 10/26/2023 |
7.1.2.9 | 130 | 11/7/2023 |
7.1.2.8 | 158 | 10/19/2023 |
7.1.2.7 | 151 | 10/19/2023 |
7.1.2.6 | 138 | 10/18/2023 |
7.1.2.5 | 172 | 9/20/2023 |
7.1.2.4 | 165 | 9/13/2023 |
7.1.2.3 | 142 | 9/13/2023 |
7.1.2.2 | 167 | 9/12/2023 |
7.1.2.1 | 147 | 9/4/2023 |
7.1.1.9 | 170 | 8/31/2023 |
7.1.1.6 | 168 | 8/29/2023 |
7.1.1.5 | 157 | 8/25/2023 |
7.1.1.4 | 151 | 8/25/2023 |
7.1.1.3 | 149 | 8/25/2023 |
7.1.1.2 | 154 | 8/24/2023 |
7.1.1.1 | 146 | 8/24/2023 |
7.0.3.1 | 158 | 8/24/2023 |
7.0.2.6 | 160 | 5/11/2023 |
7.0.1.7 | 156 | 5/9/2023 |
7.0.1.6 | 153 | 5/9/2023 |
7.0.1.4 | 175 | 4/24/2023 |
7.0.1.3 | 190 | 4/19/2023 |
7.0.1.2 | 178 | 4/19/2023 |
7.0.1.1 | 100 | 4/19/2023 |
7.0.0.9 | 98 | 4/18/2023 |
7.0.0.8 | 100 | 4/17/2023 |
7.0.0.7 | 104 | 4/12/2023 |
7.0.0.6 | 99 | 4/8/2023 |
7.0.0.5 | 97 | 4/7/2023 |
7.0.0.4 | 96 | 4/7/2023 |
7.0.0.3 | 103 | 4/7/2023 |