node-mysql-libmysqlclient
node-mysql-libmysqlclient copied to clipboard
Asynchronous MySQL binding for Node.js
Hello, using node-nan=2.10.0, node-8.11.1, node-gyp-3.6.2, I've this: ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make[2] : on entre dans le répertoire « /home/xavier/dev/debian/packages/waiting/mysql-libmysqlclient/node-mysql-libmysqlclient-1.6.0/build » CXX(target) Release/obj.target/mysql_bindings/src/mysql_bindings.o In...
Hello, when installing this module, I've the following errors: ``` npm install npm WARN package.json [email protected] license should be a valid SPDX license expression npm WARN deprecated [email protected]: Please update...
Any recommendation for a project compatible with "node-mysql-libmysqlclient" that will work with a current version of Node.js?
Node Version - 6.10.2 ( Previously working fine with v0.10.26) NPM version - 3.10.10 OS - MacOS Sierra 10.12.4 @https://travis-ci.org/Sannis/node-mysql-libmysqlclient/jobs/194103714 var mysqllibclient = require('mysql-libmysqlclient'); ( 1.5.2) After upgrading the node...
i have python 2.7 node 6.9.2 npm 3.10.9 when i try to run your sample files from tests/low-level-sync node setup-low-level-sync.js, I'm getting cannot read property 'mysqlConnection' of null ``` MysqlConnectionQueued.prototype...
I can't install this module. NPM say ``` > [email protected] install /Applications/XAMPP/xamppfiles/htdocs/travian5/server/node_modules/mysql-libmysqlclient > node-gyp rebuild xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line...
Really great work on this library. Thanks. I'm working on executing prepared statements asynchronously. By the looks of the code, this is still in development, but I wanted to make...
Add option for res.fetch*() methods that disables MySQL to JavaScript types conversions.