mysql2

v1.1.2
fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS
mysql client server

lint

npm run lint:docs && npm run lint:code

test

npm run lint && npm run test:raw

test:raw

node ./test/run.js && MYSQL_USE_COMPRESSION=1 node ./test/run.js

benchmark

./benchmarks/run-unit.js

lint:code

eslint index.js promise.js 'lib/**/*.js' 'test/**/*.js'

lint:docs

eslint README.md Contributing.md 'documentation/**/*.md' examples/*.js

precommit

npm run lint

Metadata

  • MIT
  • >= 0.10
  • Andrey Sidorov
  • released 11/15/2016

Downloads