Typescript doesnt wait before executing next sql – Mysql
I am using NestJS and Mysql without using TypeORM. I need to execute 2 or more simple SQL's, second SQL will use result from the first SQL. The problem is although I am using async/await the program doesnt wait for…