mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-19 14:31:38 +00:00
require mysql driver
This commit is contained in:
parent
4846f4f6f3
commit
aed942e86c
1 changed files with 4 additions and 1 deletions
|
|
@ -7,5 +7,8 @@
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "Daniel Bulant",
|
"author": "Daniel Bulant",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"mysql": "^2.17.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue