Skip to content

Commit

Permalink
Add link to AspNetCore.HealthChecks.MySql. Fixes #1368
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 21, 2024
1 parent d6ca0a0 commit 999a3ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This library is [MIT-licensed](LICENSE) and may be freely distributed with comme
Commercial software that uses Connector/NET may have to purchase a [commercial license](https://www.mysql.com/about/legal/licensing/oem/)
from Oracle.

## ORMs
## Related Projects

This library is compatible with popular .NET ORMs including:

Expand All @@ -56,6 +56,10 @@ For Entity Framework support, use:

* Pomelo.EntityFrameworkCore.MySql ([GitHub](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql), [NuGet](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql))

For ASP.NET Core health checks, use:

* AspNetCore.HealthChecks.MySql ([GitHub](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [NuGet](https://www.nuget.org/packages/AspNetCore.HealthChecks.MySql))

## Build Status

[![AppVeyor](https://img.shields.io/appveyor/ci/mysqlnet/mysqlconnector/master.svg)](https://ci.appveyor.com/project/mysqlnet/mysqlconnector)
Expand Down

0 comments on commit 999a3ab

Please sign in to comment.