We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2f459e + b6573c9 commit 58545e7Copy full SHA for 58545e7
1 file changed
README.md
@@ -29,7 +29,7 @@ const connection = await mysql.createConnection({
29
port: credentials.port,
30
user: credentials.username,
31
password: credentials.password,
32
- database: credentials.path,
+ database: credentials.path
33
});
34
35
// Do stuff with connection.
0 commit comments