Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-cass committed Nov 16, 2017
1 parent 53d7be5 commit 77c44ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hangfire MySql Storage Implementation
[![Latest version](https://img.shields.io/nuget/v/Hangfire.MySqlStorage.TablesPrefixedWithSchema.svg)](https://www.nuget.org/packages/Hangfire.MySqlStorage.TablesPrefixedWithSchema/)

> *This is exactly the same package as https://github.com/arnoldasgudas/Hangfire.MySqlStorage but with 'Hangfire' prefixed before all table names, as the original SQL Server package had a schema dedicated for Hangfire, and MySQL dopesn't support schemas in the same way. This helps identify all tables related to hangfire and almost eliminates the possibility of a table conflicting with your application.*
> *This is exactly the same package as https://github.com/arnoldasgudas/Hangfire.MySqlStorage but with 'Hangfire' prefixed before all table names, as the original SQL Server package had a schema dedicated for Hangfire, whereas MySQL doesn't support schemas in the same way. This helps identify all tables related to hangfire and almost eliminates the possibility of a table conflicting with your application.*
MySql storage implementation of [Hangfire](http://hangfire.io/) - fire-and-forget, delayed and recurring tasks runner for .NET. Scalable and reliable background job runner. Supports multiple servers, CPU and I/O intensive, long-running and short-running jobs.

Expand Down

0 comments on commit 77c44ae

Please sign in to comment.