Hangfire.Storage.SQLite
0.2.1
See the version list below for details.
dotnet add package Hangfire.Storage.SQLite --version 0.2.1
NuGet\Install-Package Hangfire.Storage.SQLite -Version 0.2.1
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.2.1" />
paket add Hangfire.Storage.SQLite --version 0.2.1
#r "nuget: Hangfire.Storage.SQLite, 0.2.1"
// Install Hangfire.Storage.SQLite as a Cake Addin #addin nuget:?package=Hangfire.Storage.SQLite&version=0.2.1 // Install Hangfire.Storage.SQLite as a Cake Tool #tool nuget:?package=Hangfire.Storage.SQLite&version=0.2.1
An Alternative SQLite Storage for Hangfire
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Hangfire.Core (>= 1.7.6)
- sqlite-net-pcl (>= 1.6.292)
-
.NETStandard 2.0
- Hangfire.Core (>= 1.7.6)
- sqlite-net-pcl (>= 1.6.292)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Hangfire.Storage.SQLite:
Package | Downloads |
---|---|
Miru.Sqlite
Package Description |
|
Cultiv.Hangfire
This installs Hangfire and a dashboard in Umbraco, the dashboard is secured and is only available for users with access to the Settings section of Umbraco |
|
Elsa.Hangfire
Provides Hangfire integration and an implementation of Elsa's IJobQueue implementation. |
|
Nxin.Abp.BackgroundWorkers.Hangfire.SQLite
Package Description |
|
Parsnet
Library for creating file parsers |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Hangfire.Storage.SQLite:
Repository | Stars |
---|---|
elsa-workflows/elsa-core
A .NET workflows library
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
damikun/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
|
|
aprilyush/EasyCMS
EasyCms基于Asp.net Core 的后台快速开发框架,内容管理系统
|
|
lingarr-translate/lingarr
Lingarr is an application that supports both local and SaaS translation services to translate subtitle files into a user-specified target language. With automated translation options, Lingarr simplifies the subtitle translation process.
|
Version | Downloads | Last updated |
---|---|---|
0.4.2 | 172,834 | 4/10/2024 |
0.4.1 | 22,746 | 2/5/2024 |
0.4.0 | 34,127 | 12/31/2023 |
0.3.4 | 158,270 | 4/20/2023 |
0.3.3 | 49,372 | 1/21/2023 |
0.3.2 | 130,455 | 5/26/2022 |
0.3.1 | 56,600 | 1/8/2022 |
0.3.0 | 117,264 | 2/21/2021 |
0.2.5 | 1,627 | 2/14/2021 |
0.2.4 | 52,980 | 1/15/2020 |
0.2.2 | 914 | 12/23/2019 |
0.2.1 | 593 | 12/23/2019 |
0.2.0 | 511 | 12/20/2019 |
0.1.1 | 608 | 12/17/2019 |
0.1.0 | 868 | 12/2/2019 |
0.0.2 | 462 | 12/1/2019 |
0.0.1 | 652 | 11/28/2019 |
0.2.1
- Add AutoVacuum Options
- Add ExpireAt In JobParamter And State Models