mysql-as-promised
JSON →mysql-as-promised is a lightweight wrapper around the popular mysql npm package that returns promises instead of using callbacks, enabling async/await syntax. Version 0.2.2 is the latest stable release; development appears to have stopped and the API is incomplete. It differentiates by avoiding external promise libraries (using native ES6 promises) and preserving the original mysql API shape, but only covers a subset of mysql operations.
Resources
packagemysql-as-promised ↗
API endpoints
full doc /v1/registry/mysql-as-promised