Data Access
ABP was designed as database agnostic. It can work any type of data source by the help of the repository and unit of work abstractions. Currently, the following providers are implemented as official:
- Entity Framework Core (works with various DBMS and providers.)
- MongoDB
- Dapper