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
hi i need run a query after each connections in pool conected some option like MYSQL_ATTR_INIT_COMMAND in php PDO please help me
The text was updated successfully, but these errors were encountered:
Are you talking about idleConnectionTimeout ?
idleConnectionTimeout
probably not implemented yet, need to double check
quick searching shows 2 PRs, need to check if they are still viable
Sorry, something went wrong.
on dear i want to run some query after ech connections connected i found this :
pool.on('connection', function(conn) {
is it ok?
No branches or pull requests
hi
i need run a query after each connections in pool conected
some option like MYSQL_ATTR_INIT_COMMAND in php PDO
please help me
The text was updated successfully, but these errors were encountered: