node-jdbc
node-jdbc copied to clipboard
JDBC Wrapper for node.js
Hello! I've added just a couple methods to callablestatement.js for handling multiple results. I've tested this out on my machine and it works. Can you please merge this in? Thanks!...
Hello, I have created a small .js file with this lines of code ```js // test.js const JDBC = require('jdbc'); console.log('should end') ``` If i execute this code, the execution...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
node jdbc blocking the event loop until the query is done. Help
Promises
Hi there, Firstly let me say thanks for the great package. This is more of a question than an issue, but are you every planning to release a version that...
These functions will not block the event loop compared to the original toObject function. They also return from a promise instead of a callback. These functions are really useful when...
Hello, I got error when installing node-jdbc on my Mac. The error after running command **npm i --save jdbc** `npm i --save jdbc npm ERR! code 1 npm ERR! path...
i got issue when getting data from mysql. row data : https://prnt.sc/uml9rc data with console.log : https://prnt.sc/umlb7m why i got wrong value with float type?
When I try to use the jdbc or jinst library in multiple threads, I get `Error: Module did not self-register.` exception. ### Reproduction steps ``` import { isMainThread, Worker }...