Connector/Node.js Callback API
There are two different connection implementation: one, the default, uses Promise and the other uses Callback, allowing for compatibility with the mysql and mysql2 API's. If you want information on the Promise API, see the documentation.
Complete promise documentation is on driver github page
Last updated
Was this helpful?