mysql-ssh
Version:
Execute mysql commands over an ssh tunnel.
33 lines (32 loc) • 765 B
JSON
{
"dependencies": {
"coffeescript": "^1.12.6",
"fs": "^0.0.1-security",
"mysql2": "^1.2.0",
"ssh2": "^0.5.4"
},
"name": "mysql-ssh",
"version": "1.0.6",
"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/grrr-amsterdam/mysql-ssh.git"
},
"keywords": [
"mysql",
"remote",
"tunnel",
"ssh"
],
"author": "David Spreekmeester <david@grrr.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grrr-amsterdam/mysql-ssh/issues"
},
"homepage": "https://github.com/grrr-amsterdam/mysql-ssh#readme"
}