Responsibilities of a Persistence Adapter
Learn what a persistence adapter is and its responsibilities.
Persistence adapter
This is what a persistence adapter usually does:
- Takes input
- Maps input into database format
- Sends input to the database
- Maps database output into application format
- Returns output
Get hands-on with 1400+ tech skills courses.