Package | Status | Pipeline | NuGet version | Downloads |
---|---|---|---|---|
ChustaSoft.Tools.DBAccess.Abstractions | ||||
ChustaSoft.Tools.DBAccess.EntityFramework | ||||
ChustaSoft.Tools.DBAccess.MongoDb |
Framework | EFCore From | Latest | Current support |
---|---|---|---|
.Net Framework 4.7.1 | 1.0.0 | Current | ✔️ |
.Net Core 2.1 | 1.0.0 | 2.0.2 | ❌ |
.Net Core 2.2 | 1.0.0 | 2.0.2 | ❌ |
.Net Core 3.1 | 1.0.0 | Current | ✔️ |
.Net 5.0 | 3.0.0 | Current | ✔️ |
.Net 6.0 | 3.2.0 | Current | ✔️ |
DBAccess is a tool that provides default utilities for managing the Database infrastructure layer such as:
- UnitOfWork
- Synchronous repositories
- Asynchronous repositories
- Flexibility for any type of query
- Easy to configure
- For getting started, visit the home page of our project wiki
- To know how to use this version, take a look on the provided examples