277 B
277 B
Checklist
- Define schemas with migrations files (*.up.sql & *.down.sql)
- Define query with sql function (*.sql)
- Create Entity (*.kt)
- Create repository (*.kt)
- Configure migrations in gradle
- Execute migrations functions
- Call Repository