javascript MySQL – using Promise-await-async constructs, can’t get code to wait for query completion
I’ve tried multiple versions of example code but can never seem to get something that guarantees completion of the query set before other code commences. I was under the impression that ‘await’ makes the query complete before continuing.