Overview
DAOs are used to abstract and encapsulate all access to the data source. The DAO implements the access mechanism required to work with the data source and manages the connection with the data source to obtain and store data. This component implements the DataMapper pattern and allows developers to transfer data between two schemas while keeping them independent of each other. (Documentation) (Source Code)
Members
Developer:
Federico Cargnelutti