Data Access
ABP framework was designed as database agnostic, it can work any type of data source by the help of the repository and unit of work abstractions.
However, currently the following providers are implements:
- Entity Framework Core (works with various DBMS and providers.)
- MongoDB
- Dapper
More providers might be added in the next releases.