Add Methods to ease database additions , query etc #43
Labels
backend
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
Currently for the different operations we are querying , adding to database and deleting to database directly in the implementation of the routes .
The aim is to add a couple of database methods to add , delete or query the database for the different models.
The different models present are
Send your PR with modifications for any one model and also replace with these methods in the routes , do not send for multiple models at a time.
Check Usermodel which has these methods implemented
Resume-Generator/resume/models.py
Lines 12 to 63 in 97e3b2d
The text was updated successfully, but these errors were encountered: