Replace ORM with the SQL queries
Closed this issue · 1 comments
Himan10 commented
- Currently in the backend implementation of NullJobs we are using ORM queries to communicate with the database, once a basic prototype is completed, we have to replace these ORM queries with the SQL ones for more better efficiency.
- Discuss about this with the team.
YogeshUpdhyay commented
For the relations declared between the entities we are sticking with the ORM queries for now.