Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.

License

Notifications You must be signed in to change notification settings

AngeloArchiveProjects/CustomLibrary.EFCore

Repository files navigation

Custom Library Entity Framework Core

Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.

NuGet NuGet GitHub License

⭐ Give a star

If you found this Implementation helpful or used it in your Projects, do give it a ⭐ on Github. Thanks!

📀 Installation

The library is available on NuGet or run the following command in the .NET CLI:

dotnet add package CustomLibrary.EFCore

📝 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

💪 Contributing

Contributions and/or suggestions are always welcome.