Data Persistence: DAO Pattern.
The DAO persistence pattern serves to isolate the persistence layer of the application layer, thus allowing both parts to evolve separately without knowing anything about the other.
Structures
Structures
You can see an example using DAO in TotalCross in the SQLite documentation
Referencies
Last updated