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 3e6d407 commit 4ea1627Copy full SHA for 4ea1627
README.md
@@ -58,7 +58,8 @@ async function run(){
58
port: '3306', // the default is 3306
59
user: 'root',
60
password: '',
61
- database: 'my_database'
+ database: 'my_database',
62
+ charset: 'utf8mb4'
63
});
64
65
// database connected event
examples/example.js
@@ -8,7 +8,8 @@ async function run(){
8
9
10
11
12
13
14
15
db.on('connected', function(connection){ // database connected event
0 commit comments