Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelodotnet/customlibrary.efcore
Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.
https://github.com/angelodotnet/customlibrary.efcore
database database-inmemory dotnet efcore entity-framework-core hacktoberfest mysql postgresql sqlite toolkit
Last synced: about 11 hours ago
JSON representation
Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.
- Host: GitHub
- URL: https://github.com/angelodotnet/customlibrary.efcore
- Owner: AngeloDotNet
- License: mit
- Created: 2023-05-29T08:08:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T07:22:04.000Z (about 1 year ago)
- Last Synced: 2023-10-26T08:31:11.869Z (about 1 year ago)
- Topics: database, database-inmemory, dotnet, efcore, entity-framework-core, hacktoberfest, mysql, postgresql, sqlite, toolkit
- Language: C#
- Homepage:
- Size: 243 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.shields.io/nuget/v/CustomLibrary.EFCore.svg)](https://www.nuget.org/packages/CustomLibrary.EFCore)
[![NuGet](https://img.shields.io/nuget/dt/CustomLibrary.EFCore.svg)](https://www.nuget.org/packages/CustomLibrary.EFCore)
[![GitHub License](https://img.shields.io/github/license/AngeloDotNet/CustomLibrary.EFCore)](https://github.com/AngeloDotNet/CustomLibrary.EFCore/blob/main/LICENSE)## :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](https://www.nuget.org/packages/CustomLibrary.EFCore) or run the following command in the .NET CLI:```bash
dotnet add package CustomLibrary.EFCore
```## :memo: Library documentation
The extensions methods available regarding:| Extensions methods | Documentation |
| --- | --- |
| DBContext generic methods | [Read docs](https://github.com/AngeloDotNet/CustomLibrary.EFCore/tree/main/src/CustomLibrary.EFCore/Docs/DBContext-GenericMethods.md) |
| DBContext registration for databases SQL server | [Read docs](https://github.com/AngeloDotNet/CustomLibrary.EFCore/tree/main/src/CustomLibrary.EFCore/Docs/DBContextPoolRegistrationDifferentDatabases.md) |
| DBContext Pool registration for databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server) | [Read docs](https://github.com/AngeloDotNet/CustomLibrary.EFCore/tree/main/src/CustomLibrary.EFCore/Docs/DBContextRegistrationDatabases.md) |
| Health checks with UI for different databases (MySQL / MariaDB, PostgreSQL, SQL server) | coming soon |## :muscle: Contributing
Contributions and/or suggestions are always welcome.