MicroCloud.EntityFrameworkCore.Sqlite
8.0.2.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MicroCloud.EntityFrameworkCore.Sqlite --version 8.0.2.5
NuGet\Install-Package MicroCloud.EntityFrameworkCore.Sqlite -Version 8.0.2.5
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.Sqlite" Version="8.0.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroCloud.EntityFrameworkCore.Sqlite --version 8.0.2.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MicroCloud.EntityFrameworkCore.Sqlite, 8.0.2.5"
#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.Sqlite as a Cake Addin #addin nuget:?package=MicroCloud.EntityFrameworkCore.Sqlite&version=8.0.2.5 // Install MicroCloud.EntityFrameworkCore.Sqlite as a Cake Tool #tool nuget:?package=MicroCloud.EntityFrameworkCore.Sqlite&version=8.0.2.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MicroCloud Sqlite 数据库组件
说明
- MicroCloud Sqlite 数据库组件,封装基于 Microsoft.EntityFrameworkCore.Sqlite 的数据访问功能的实现。
- 支持 SQLite 3.7 及以上版本。
用法
可按照如下配置方式使用:
- 通过nuget引用
MicroCloud.EntityFrameworkCore.Sqlite
程序集
Install-Package MicroCloud.EntityFrameworkCore.Sqlite
- 在
appsettings.json
中的MicroCloud
节点下添加如下配置节点
{
//数据库上下文集合
"DbContexts": {
//默认数据库上下文
"DefaultDbContext": {
"DbContextTypeName": "MicroCloud.Entity.DefaultDbContext,MicroCloud.EntityFrameworkCore", //上下文类型全名(默认数据库上下文)
"DatabaseType": "Sqlite", //数据库类型:"Cosmos"(Azure Cosmos DB 的 SQL API)、"Kdbndp"(人大金仓)、"MySql"、"Oracle"、"PostgreSql"、"Sqlite"、"SqlServer"
"ConnectionString": "data source=MicroCloud_DEV.db", //连接字符串(Sqlite)
//从数据库配置
"SlaveDatabase": {
"SlaveSelector": "Weight", //从数据库选择策略:Weight(平滑权重)、Random(随机)、Sequence(顺序轮询)
//从数据库集合
"SlaveDatabases": [
{
"Name": "MicroCloud_DEV_Slave01", //数据库名
"Weight": 2, //权重(1-100)
"ConnectionString": "data source=MicroCloud_DEV.Slave01.db", //连接字符串(Sqlite)
},
{
"Name": "MicroCloud_DEV_Slave02", //数据库名
"Weight": 5, //权重(1-100)
"ConnectionString": "data source=MicroCloud_DEV.Slave02.db", //连接字符串(Sqlite)
}
]
},
"LazyLoadingProxiesEnabled": true, //是否启用延迟加载代理
"DateTimeUtcFormatEnabled": false, //是否启用时间UTC格式
"AuditEntityEnabled": true, //是否允许审计实体
"MigrationAssemblyName": "MicroCloud.Svc.Web", //迁移的程序集名称(为空时默认"DesignTimeXXXDbContextFactory"所在程序集)
"MigrationEnabled": true //启用自动迁移
}
},
}
交流
QQ群号:863605868 | 微信号:SeonHu |
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.2.5)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.7)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MicroCloud.EntityFrameworkCore.Sqlite:
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 | 121 | 9/9/2024 |
8.0.2.9 | 111 | 9/5/2024 |
8.0.2.8 | 110 | 8/31/2024 |
8.0.2.7 | 96 | 8/31/2024 |
8.0.2.6 | 119 | 8/21/2024 |
8.0.2.5 | 128 | 8/21/2024 |
8.0.2.4 | 112 | 8/12/2024 |
8.0.2.3 | 114 | 8/8/2024 |
8.0.2.2 | 94 | 7/14/2024 |
8.0.2.1 | 94 | 6/7/2024 |
8.0.1.9 | 105 | 6/6/2024 |
8.0.1.8 | 80 | 6/6/2024 |
8.0.1.7 | 100 | 5/15/2024 |
8.0.1.6 | 81 | 5/15/2024 |
8.0.1.5 | 97 | 5/15/2024 |
8.0.1.4 | 110 | 5/14/2024 |
8.0.1.3 | 105 | 5/10/2024 |
8.0.1.2 | 120 | 5/8/2024 |
8.0.1.1 | 95 | 5/7/2024 |
8.0.0.9 | 82 | 5/1/2024 |
8.0.0.8 | 91 | 5/1/2024 |
8.0.0.7 | 95 | 4/30/2024 |
8.0.0.5 | 119 | 4/19/2024 |
8.0.0.4 | 105 | 4/18/2024 |
8.0.0.3 | 113 | 4/15/2024 |
8.0.0.2 | 119 | 4/12/2024 |
8.0.0.1 | 99 | 4/12/2024 |
7.2.0.8 | 108 | 4/12/2024 |
7.2.0.7 | 96 | 4/12/2024 |
7.2.0.6 | 95 | 4/12/2024 |
7.2.0.5 | 93 | 4/12/2024 |
7.2.0.4 | 111 | 4/11/2024 |
7.2.0.2 | 142 | 4/7/2024 |
7.2.0.1 | 320 | 10/26/2023 |
7.1.2.9 | 123 | 11/7/2023 |
7.1.2.8 | 146 | 10/19/2023 |
7.1.2.7 | 128 | 10/19/2023 |
7.1.2.6 | 132 | 10/18/2023 |
7.1.2.5 | 156 | 9/20/2023 |
7.1.2.4 | 146 | 9/13/2023 |
7.1.2.3 | 140 | 9/13/2023 |
7.1.2.2 | 133 | 9/12/2023 |
7.1.2.1 | 138 | 9/4/2023 |
7.1.1.9 | 150 | 8/31/2023 |
7.1.1.6 | 148 | 8/29/2023 |
7.1.1.5 | 152 | 8/25/2023 |
7.1.1.4 | 142 | 8/25/2023 |
7.1.1.3 | 144 | 8/25/2023 |
7.1.1.2 | 144 | 8/24/2023 |
7.1.1.1 | 151 | 8/24/2023 |
7.0.3.1 | 141 | 8/24/2023 |
7.0.2.7 | 136 | 5/12/2023 |
7.0.2.6 | 134 | 5/11/2023 |
7.0.1.7 | 133 | 5/9/2023 |
7.0.1.6 | 129 | 5/9/2023 |
7.0.1.4 | 155 | 4/24/2023 |
7.0.1.3 | 164 | 4/19/2023 |
7.0.1.2 | 156 | 4/19/2023 |
7.0.1.1 | 167 | 4/19/2023 |
7.0.0.9 | 165 | 4/18/2023 |
7.0.0.8 | 149 | 4/17/2023 |
7.0.0.7 | 151 | 4/12/2023 |
7.0.0.6 | 171 | 4/8/2023 |
7.0.0.5 | 171 | 4/7/2023 |
7.0.0.4 | 168 | 4/7/2023 |
7.0.0.3 | 177 | 4/7/2023 |