raygdev / repair-order-tracker

A repair order tracker for automotive technicians
https://repair-order-tracker.vercel.app
3 stars 1 forks source link

Convert queries to async #31

Closed raygdev closed 7 hours ago

raygdev commented 9 months ago

Convert db queries to async functions to avoid callback hell. Will provide cleaner and more readable code.