DotNetCore.CAP.Sqlite 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetCore.CAP.Sqlite --version 6.0.0
NuGet\Install-Package DotNetCore.CAP.Sqlite -Version 6.0.0
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="DotNetCore.CAP.Sqlite" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetCore.CAP.Sqlite --version 6.0.0
#r "nuget: DotNetCore.CAP.Sqlite, 6.0.0"
#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 DotNetCore.CAP.Sqlite as a Cake Addin
#addin nuget:?package=DotNetCore.CAP.Sqlite&version=6.0.0

// Install DotNetCore.CAP.Sqlite as a Cake Tool
#tool nuget:?package=DotNetCore.CAP.Sqlite&version=6.0.0

CAP persistent Sqlite implementation

Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on DotNetCore.CAP.Sqlite:

Package Downloads
Jcex.Infra.SqlSugar.SQLite

这个类库使用 SqlSugar 作为 ORM 的仓储实现,提供了 SQLite 数据库的异步方法,提供了一个基本的数据库访问接口规范,可以在该基类接口的基础上扩展实现具体的数据访问逻辑。

Jcex.Infra.EfCore.SQLite

该库封装了使用 EF 作为 ORM 的仓储实现,提供了 SQLite 数据库访问接口规范,可以方便地在项目中使用,并且可以在此基础上扩展具体的数据访问逻辑。

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 支持分布式消息传递,为项目提供了更强大的数据操作和分布式通信能力。

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
8.0.1.1 219 2/19/2024
8.0.1 81 2/19/2024
8.0.0 326 12/22/2023
7.2.2 231 11/7/2023
7.2.1 86 11/7/2023
7.2.0 1,340 9/4/2023
7.1.4 1,457 6/23/2023
7.1.3 669 6/1/2023
7.1.2 140 6/1/2023
7.1.1 127 6/1/2023
7.1.0 273 3/15/2023
7.0.3 382 2/2/2023
7.0.2 278 2/1/2023
7.0.1 274 2/1/2023
7.0.0 418 12/7/2022
6.2.1 3,254 10/28/2022
6.2.0 459 9/20/2022
6.1.0 762 7/5/2022
6.0.1 745 2/19/2022
6.0.0 1,689 1/14/2022
5.2.0 909 12/1/2021
5.1.4 376 10/22/2021
5.1.3 837 8/19/2021
5.1.2 619 7/30/2021
5.1.1 366 7/30/2021
5.1.0 736 6/16/2021
5.0.3 454 5/21/2021
5.0.2 404 5/14/2021
5.0.1 373 5/14/2021
5.0.0 505 3/25/2021
3.1.2 1,455 12/19/2020
3.1.1 710 12/19/2020
3.1.0 545 8/26/2020
3.0.4.2 687 8/4/2020
3.0.4.1 473 8/3/2020
3.0.4 538 7/8/2020

upgrde cap to 6.0.0