The Wayback Machine - https://web.archive.org/web/20200611112447/https://github.com/topics/mysql-client
Skip to content
#

mysql-client

Here are 99 public repositories matching this topic...

michaelisvy
michaelisvy commented Jul 24, 2019

hi,
thanks a lot for the great work on mysql2!

When learning how to use mysql2, it took me a while to figure out how to call mysql2 from an automated test because I was not sure which method is asynchronous.
Would it be useful to add an example like the below in the documentation?

const mysql = require('mysql2/promise');
describe('Simple database connection", () => {
 

Improve this page

Add a description, image, and links to the mysql-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mysql-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.