The NodeJS MySQL server.js code has an async Pool creation call createPool() without any await. So when it is immediately followed by ensureSchema() which runs a ...
Analyze a slow query / table which optimizations would be useful. Return values for transactions including if the transaction succeeded or not (still not sure how to implement it). Expand the scope of ...