node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

:zap: fast mysqljs/mysql compatible mysql driver for node.js

Results 356 node-mysql2 issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.34.0 to 8.34.1. Release notes Sourced from @​typescript-eslint/parser's releases. v8.34.1 8.34.1 (2025-06-16) 🩹 Fixes types: add 2026/17 to EcmaVersion (#11304) typescript-estree: emit a Literal instead of Identifier...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.34.0 to 8.34.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.34.1 8.34.1 (2025-06-16) 🩹 Fixes types: add 2026/17 to EcmaVersion (#11304) typescript-estree: emit a Literal instead of Identifier...

dependencies
javascript

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.4.1 to 5.5.0. Release notes Sourced from eslint-plugin-prettier's releases. v5.5.0 Minor Changes #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json...

dependencies
javascript

![Image](https://github.com/user-attachments/assets/f62b40fe-43d2-42e7-91ac-97c22688053e)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.1 to 24.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.0.1&new-version=24.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.1 to 24.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.0.1&new-version=24.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.28.0 to 9.29.0. Release notes Sourced from @​eslint/js's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...

dependencies
javascript

## Problem There was a critical bug in the parser cache system (`lib/parsers/parser_cache.js`) that caused incorrect type casting when multiple connections used different `typeCast` configurations simultaneously. The parser cache generates...

ADD: automatic connection release with Symbol.asyncDispose after execution

needs tests
needs documentation

### **env:** - mysql2: v3.14.0; - mysql: v2.18.1; - starrocks: v3.4.1; - show create database example_db; +------------+------------------------------+ | Database | Create Database | +------------+------------------------------+ | example_db | CREATE DATABASE `example_db`...

needs investigation