Back to Abp

Data Access

docs/en/framework/data/index.md

10.3.0885 B
Original Source
json
//[doc-seo]
{
    "Description": "Explore ABP's database-agnostic data access, featuring repositories and unit of work for Entity Framework Core, MongoDB, and Dapper."
}

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:

See Also