Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 352 Bytes

DaoDoc.md

File metadata and controls

12 lines (8 loc) · 352 Bytes

DAO Documentation

Last Updated: 17.06.202

Description

DAOs are used to access the database and create, read, update or delete the data.

BaseSlickDAO

The BaseSlickDAO provides basic CRUD Operations. A newly created DAO has to extend from the BaseSlickDAO to use the functionality. Two Demo DAOs can be found in ./app/db/* .