Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 885 Bytes

File metadata and controls

20 lines (15 loc) · 885 Bytes
//[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