Data access object

In software, a data access object (DAO) is a pattern that provides an abstract interface to some type of database or other persistence mechanism. By mapping application calls to the persistence layer, the DAO provides data operations without exposing database details.

Source: Wikipedia — Data access object (CC BY-SA 4.0)

Data access object

In software, a data access object (DAO) is a pattern that provides an abstract interface to some type of database or other persistence mechanism. By mapping application calls to the persistence layer, the DAO provides data operations without exposing database details.

Source: Wikipedia "Data access object" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy