cls-mysql

v1.0.3
Continuation local storage shim for MySQL
continuation-local-storage node-mysql mysql shim glue

cls-mysql

cls-mysql provides a shim layer for node-mysql so that it will work with continuation-local-storage. It does this by binding all callbacks that are passed into node-mysql with a CLS namespace.

var cls = require('continuation-local-storage');
var ns = cls.createNamespace('NODESPACE');

var mysql = require('mysql');

// load shim
require('cls-mysql')(ns);

tests

The tests assume that a MySQL server is running on localhost, and the user root can login without password. Alternate database config can optionally be provided in test/config.js. See the node-mysql readme for config options for MySQL connections.

npm i cls-mysql

Metadata

  • MIT
  • Whatever
  • David M. Lee, II
  • released 9/21/2017

Downloads

Maintainers