node.js / javascript / SQL with async/await – not behaving synchronously
I am trying to call function that makes SQL call and returns the data to the calling function I am trying unsuccessfully to use async/await (promises) syntax in node.js/javascript My function is still behaving asynchronously. Perhaps not quite understanding how…