node-mariasql
node-mariasql copied to clipboard
A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library
The documented "pingInterval" option seems to have changed to "pingInactive" + "pingWaitRes" and appears to be disabled by default currently.
The error is: ``` ../deps/libmariadbclient/vio/vio.c:389:3: error: implicit declaration of function 'yaSSL_CleanUp' is invalid in C99 [-Werror,-Wimplicit-function-declaration] yaSSL_CleanUp(); ^ 1 error generated. make: *** [Release/obj.target/vio/deps/libmariadbclient/vio/vio.o] Error 1 ``` After a ton...
(node:6640) UnhandledPromiseRejectionWarning: Error: Cannot find module 'mariasql' Require stack: - C:\Users\User\Desktop\packageforwarding\Backend\lib\mysql2.js - C:\Users\User\Desktop\packageforwarding\Backend\globals\functions\__getMysql.js - C:\Users\User\Desktop\packageforwarding\Backend\globals\functions.js - C:\Users\User\Desktop\packageforwarding\Backend\master.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at...
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\20 17\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Users\User\AppData\Roaming \npm\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR!...
This repo has not been updated in four years and there are many open issues saying that things are broken. Should this repo be archived and visitors told to follow...
Not working when upgradet node to 12.16 version. Getting following issue: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: `node-gyp rebuild` npm ERR! Exit status 1...
Hi, I'm writing to you because I'm having a problem installing the mariasql package into a project. In VS 2019 when I try to install mariasql I always get this...
Use this instead... https://www.npmjs.com/package/mariadb have a nice day :-)
On node 11, this library is completely broken. Tried several methods, and all are broken. ` Error: Cannot find module '../build/Debug/sqlclient' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15) at Function.Module._load (internal/modules/cjs/loader.js:506:25) at Module.require (internal/modules/cjs/loader.js:636:17)...
I am using nodejs v8.11.1 mariasql 0.2.6 username root no password and this is my client config var c = new Client({ host: '127.0.0.1', user: 'root' }); when I run...