espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
63 stars 16 forks source link

SQLLiteHandeler.py #81

Closed espin086 closed 11 months ago

espin086 commented 11 months ago

There is code spread around the module that manages creation, insertion, and querying of SQLLite queries.

Put all of this code in one cohesive module to make code easier to maintain and debug

espin086 commented 11 months ago

Thank you for taking care of this @AtharvaJadhav7 ! In the future so there isn't deduplication of effort, please comment on the issue with something like "I will take this on" so people know not to work on the issue since there is someone already working on it.

Thank again, code looks great!