xmysql
xmysql copied to clipboard
Example code throws error.
I'm using the example code and get the error below (I've updated the db credentials). Any help is much appreciated!
node --version v12.16.0
npm -v 6.13.4
mysql version: 5.5.53
xmysql --version undefined
root@nodejs:~/tmp# node index.js
Database : lime1
Number of Tables : 58
/root/tmp/node_modules/mysql/lib/protocol/Parser.js:437 throw err; // Rethrow non-MySQL errors ^
TypeError: Cannot read property 'bold' of undefined
at Xapi.setupRoutes (/root/tmp/node_modules/xmysql/lib/xapi.js:366:55)
at /root/tmp/node_modules/xmysql/lib/xapi.js:37:23
at /root/tmp/node_modules/xmysql/lib/xsql.js:24:7
at Query.
@colmsjo please do check my PR https://github.com/o1lab/xmysql/pull/104