README
vantage-repl-mysql
Multiline MySQL REPL extension for vantage.js
Workaround for remote connections, multiline will only work on local ( using .show(); ) tty.
Installation
npm install vantage
npm install vantage-repl-mysql
Programmatic use
// index.js
var Vantage = require('vantage')
, repl = require('vantage-repl-mysql')
;
Vantage()
.delimiter('node~