Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

compat: tracking issue for running basic examples of mysql2 module #13774

Closed
1 task done
kt3k opened this issue Feb 25, 2022 · 0 comments · Fixed by denoland/std#1987
Closed
1 task done

compat: tracking issue for running basic examples of mysql2 module #13774

kt3k opened this issue Feb 25, 2022 · 0 comments · Fixed by denoland/std#1987
Assignees

Comments

@kt3k
Copy link
Member

kt3k commented Feb 25, 2022

This issue tracks the issues for running the basic examples of mysql2 like the below:

const mysql = require("mysql2/promise");
const conn = await mysql.createConnection(...);
await conn.execute(...);
await conn.execute(...);
...

Remaining tasks:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant