UNPKG

mysql

Version:

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

7 lines (5 loc) 110 B
module.exports = EmptyPacket; function EmptyPacket() { } EmptyPacket.prototype.write = function write() { };