We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723dd6e commit 31599d2Copy full SHA for 31599d2
frameworks/JavaScript/nodejs/handlers/mysql-raw.js
@@ -1,6 +1,6 @@
1
const h = require('../helper');
2
const async = require('async');
3
-const mysql = require('mysql');
+const mysql = require('mysql2');
4
const connection = mysql.createConnection({
5
host: 'tfb-database',
6
user: 'benchmarkdbuser',
0 commit comments