mysql2-ssh
Version:
Execute mysql commands over an ssh tunnel.
27 lines • 613 B
JSON
{
"dependencies": {
"mysql2": "^1.2.0",
"ssh2": "^0.5.4"
},
"name": "mysql2-ssh",
"version": "1.2.0",
"description": "Execute mysql commands over an ssh tunnel.",
"main": "mysql.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Engelswoord/mysql2-ssh.git"
},
"keywords": [
"mysql",
"remote",
"tunnel",
"ssh"
],
"author": "David Spreekmeester <david@grrr.nl>",
"license": "MIT",
"homepage": "https://github.com/Engelswoord/mysql2-ssh"
}