ajaynegi45 / LibraryMan-API

Revolutionize book management with LibraryMan! Easily track stock, borrowers, and due dates, streamlining operations for schools, companies, and libraries worldwide, ensuring efficient and organized book lending.
MIT License
12 stars 4 forks source link

Optimize Database Queries to Reduce the Number of Calls #24

Open ajaynegi45 opened 2 weeks ago

ajaynegi45 commented 2 weeks ago

Description

Currently, the LibraryMan project performs multiple redundant database queries during various operations, leading to potential performance issues. To improve the efficiency of the system, we need to reduce the number of database queries being executed.

Tasks: