UNPKG

mysql

Version:

A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.

10 lines (7 loc) 163 B
module.exports = EmptyPacket; function EmptyPacket() { } EmptyPacket.prototype.parse = function parse() { }; EmptyPacket.prototype.write = function write() { };