Update documentation
This commit is contained in:
9
docs/checklist.md
Normal file
9
docs/checklist.md
Normal 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
|
||||
Reference in New Issue
Block a user