Update documentation

This commit is contained in:
2021-09-28 01:39:21 +02:00
parent ac2afbcf93
commit 4e4816eb77
5 changed files with 124 additions and 8 deletions

9
docs/checklist.md Normal file
View File

@@ -0,0 +1,9 @@
# 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