Serverless MySQL is a wrapper for Doug Wilson's amazing mysql2 Node.js module. Normally, using the mysql2 module with Node apps would be just fine. However, serverless functions (like AWS Lambda, Google Cloud Functions, and Azure Functions) scale almost infinitely by creating separate instances for each concurrent user. This is a MAJOR PROBLEM for RDBS solutions like MySQL, because available conne