node-mysql2
node-mysql2 copied to clipboard
:zap: fast mysqljs/mysql compatible mysql driver for node.js
There is a bug in connection.createBinlogStream() as there is a missing encoding. we should set the default encoding, once the encoding is empty.
Hey, I'm looking for the right way to track those metrics so I can leverage them in Prometheus exports for dashboards and alerts down the road. There was a previous...
Please investigate this behavior to determine whether it is an issue with the package manager's handling of duplicate dependency entries or a configuration problem. Any assistance or guidance in resolving...
I´m having this issue, first the method is not defined in TS although it does exist, secondly, the function fails with the error bellow
I am unable to get the `typeCast` option to work at all for the `execute` method. I have tried configuring it both on the connection level and per query, but...
I have this service. I recently updated mysql2 version from 2.3.3 to 3.12.0 The db in the production environment is mysql v 5.7.26 eversince then i have problems with changeUser()....