DotNetCore.CAP.Sqlite
7.2.1
See the version list below for details.
dotnet add package DotNetCore.CAP.Sqlite --version 7.2.1
NuGet\Install-Package DotNetCore.CAP.Sqlite -Version 7.2.1
<PackageReference Include="DotNetCore.CAP.Sqlite" Version="7.2.1" />
<PackageVersion Include="DotNetCore.CAP.Sqlite" Version="7.2.1" />
<PackageReference Include="DotNetCore.CAP.Sqlite" />
paket add DotNetCore.CAP.Sqlite --version 7.2.1
#r "nuget: DotNetCore.CAP.Sqlite, 7.2.1"
#:package DotNetCore.CAP.Sqlite@7.2.1
#addin nuget:?package=DotNetCore.CAP.Sqlite&version=7.2.1
#tool nuget:?package=DotNetCore.CAP.Sqlite&version=7.2.1
CAP persistent Sqlite implementation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Dapper (>= 2.0.123)
- DotNetCore.CAP (>= 7.2.1)
- Microsoft.Data.Sqlite (>= 7.0.13)
- Microsoft.EntityFrameworkCore.Relational (>= 7.0.13)
-
net7.0
- Dapper (>= 2.0.123)
- DotNetCore.CAP (>= 7.2.1)
- Microsoft.Data.Sqlite (>= 7.0.13)
- Microsoft.EntityFrameworkCore.Relational (>= 7.0.13)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on DotNetCore.CAP.Sqlite:
| Package | Downloads |
|---|---|
|
Girvs.EventBus
Package Description |
|
|
Lingsen.Infra.SqlSugar.SQLite.Extensions
这个库封装了使用 SqlSugar 作为 ORM 的仓储实现,专注于提供 SQLite 数据库访问接口规范,并增加了对 CAP(分布式消息中间件)的支持。通过这个库,你可以方便地在项目中使用 SqlSugar 与 SQLite 数据库的集成,同时利用 CAP 实现分布式消息的可靠传递,而且能够在此基础上灵活扩展具体的数据访问逻辑。 主要特点: - 封装了 SqlSugar 作为 ORM 的仓储实现,专注于 SQLite 数据库的访问。 - 提供了针对 SQLite 数据库的数据库访问接口规范,包括常见的 CRUD 操作和查询方法。 - 增加了对 CAP 的支持,实现分布式消息的可靠传递,确保数据一致性。 - 方便集成到项目中,减少了与 SQLite 数据库和 CAP 的交互的繁琐细节。 - 允许在基础的数据库访问接口规范上进行扩展,以满足项目特定的 SQLite 数据库访问需求。 - 提供了基于 MyCAT 数据库中间件的实现,包括读写分离等数据库功能,同时内置了 SqlSugar,支持其内置的读写分离特性,提升了项目数据库操作的灵活性和性能。 - 提供了清晰的文档和示例,帮助开发者快速上手并有效地使用这个库。 通过这个库,你可以在项目中轻松实现 SqlSugar 与 SQLite 数据库的数据库访问,同时利用 CAP 支持分布式消息传递,为项目提供了更强大的数据操作和分布式通信能力。 |
|
|
Lingsen.Infra.EfCore.SQLite.Extensions
这个库封装了使用 Entity Framework 作为 ORM 的仓储实现,专注于提供 SQLite 数据库访问接口规范,并增加了对 CAP(分布式消息中间件)的支持。通过这个库,你可以方便地在项目中使用 Entity Framework 与 SQLite 数据库的集成,同时利用 CAP 实现分布式消息的可靠传递,而且能够在此基础上灵活扩展具体的数据访问逻辑。 主要特点: - 封装了 Entity Framework 作为 ORM 的仓储实现,专注于 SQLite 数据库的访问。 - 提供了针对 SQLite 数据库的数据库访问接口规范,包括常见的 CRUD 操作和查询方法。 - 增加了对 CAP 的支持,实现分布式消息的可靠传递,确保数据一致性。 - 方便集成到项目中,减少了与 SQLite 数据库和 CAP 的交互的繁琐细节。 - 允许在基础的数据库访问接口规范上进行扩展,以满足项目特定的 SQLite 数据库访问需求。 - 提供了基于 MyCAT 数据库中间件的实现,包括读写分离等数据库功能,为项目数据库操作提供了更强大的支持。 - 提供了清晰的文档和示例,帮助开发者快速上手并有效地使用这个库。 通过这个库,你可以在项目中轻松实现 Entity Framework 与 SQLite 数据库的数据库访问,同时利用 CAP 支持分布式消息传递,为项目提供了更强大的数据操作和分布式通信能力。 |
|
|
Szyj.Scis.Core.Dm8
尚哲医健院前急救core |
|
|
LightApi.EFCore.Sqlite
AspNetCore项目开发库 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DotNetCore.CAP.Sqlite:
| Repository | Stars |
|---|---|
|
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 273 | 1/14/2026 |
| 8.4.0 | 488 | 10/10/2025 |
| 8.3.4 | 889 | 5/18/2025 |
| 8.3.0 | 3,123 | 10/30/2024 |
| 8.2.0 | 872 | 8/12/2024 |
| 8.0.1.1 | 1,980 | 2/19/2024 |
| 8.0.1 | 317 | 2/19/2024 |
| 8.0.0 | 1,212 | 12/22/2023 |
| 7.2.2 | 672 | 11/7/2023 |
| 7.2.1 | 294 | 11/7/2023 |
| 7.2.0 | 1,803 | 9/4/2023 |
| 7.1.4 | 1,623 | 6/23/2023 |
| 7.1.3 | 846 | 6/1/2023 |
| 7.1.2 | 315 | 6/1/2023 |
| 7.1.1 | 295 | 6/1/2023 |
| 7.1.0 | 453 | 3/15/2023 |
| 7.0.3 | 576 | 2/2/2023 |
| 7.0.2 | 461 | 2/1/2023 |
| 7.0.1 | 458 | 2/1/2023 |
| 7.0.0 | 596 | 12/7/2022 |
upgrde cap to 7.2.1