Closed olichengus closed 1 day ago
also check the readme on how to run the formatter -> let's have all checks pass :)
Hi. thanks for the work. i will review it in more detail but some things:
- use some sort of validation library (i think i saw shreyas use pydantic)
- Past migrations shouldn't be altered (as if they are logs). if you are making changes, edits, dropping, anything, make a new .sql file please. otherwise it might fail on some build envs.
I am using pydantic to create request models, should I do the same for the response models or run any other verification?
Proposed Changes