Custom Library Entity Framework Core
August 11, 2023 ยท View on GitHub
Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
:star: Give a star
If you found this Implementation helpful or used it in your Projects, do give it a :star: on Github. Thanks!
:dvd: Installation
The library is available on NuGet or run the following command in the .NET CLI:
dotnet add package CustomLibrary.EFCore
:memo: Library documentation
The extensions methods available regarding:
| Extensions methods | Documentation |
|---|---|
| DBContext generic methods | Read docs |
| DBContext registration for databases SQL server | Read docs |
| DBContext Pool registration for databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server) | Read docs |
| Health checks with UI for different databases (MySQL / MariaDB, PostgreSQL, SQL server) | coming soon |
:muscle: Contributing
Contributions and/or suggestions are always welcome.