Data Access
Database Providers
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 implemented:
- Entity Framework Core (works with various DBMS and providers.)
- MongoDB
- Dapper
More providers will be added in the future.