Skip to content

Commit cc6b809

Browse files
authored
Add Hangfire.DMStorage to the list of extensions (#123)
Hangfire.DMStorage provides Dameng (DM) database storage support for Hangfire, a popular .NET library used for managing background tasks and jobs.
1 parent 9dfade4 commit cc6b809

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_data/extensions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,12 @@
281281
- name: Hangfire.Storage.SQLite
282282
description: An Alternative SQLite Storage for Hangfire.
283283
url: https://github.com/raisedapp/Hangfire.Storage.SQLite
284-
author: felixclase
284+
author: felixclase
285+
286+
- name: Hangfire.DMStorage
287+
description: Hangfire.DMStorage provides Dameng (DM) database storage support for Hangfire, a popular .NET library used for managing background tasks and jobs.
288+
url: https://github.com/findersky/Hangfire.DMStorage
289+
author: findersky
285290

286291
- name: IoC Containers
287292
description: These projects simplify the integration between Hangfire and

0 commit comments

Comments
 (0)