We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mysql2 pooling is good for performance https://www.npmjs.com/package/mysql2#using-connection-pools also it have promise pool
To improve performance when it have a lot of connection to mysql
No response
The text was updated successfully, but these errors were encountered:
It is already doable and the default setting as well
from docs:
If you don't use the connectionString option, the options that you pass to register will be passed to the MySQL pool builder.
fastify-mysql/index.js
Line 67 in e492e3c
Would you mind improving our docs?
Sorry, something went wrong.
No branches or pull requests
Prerequisites
🚀 Feature Proposal
Mysql2 pooling is good for performance https://www.npmjs.com/package/mysql2#using-connection-pools also it have promise pool
Motivation
To improve performance when it have a lot of connection to mysql
Example
No response
The text was updated successfully, but these errors were encountered: