-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
[feat] connection pool info API #179
Comments
I'd prefer adhering to existing pool api of mysqljs/mysql with few options like |
For example, the proposed api in issue description can mostly be replaced with
Does |
readonly totalCount: number;
readonly idleCount: number;
readonly waitingCount: number; |
|
The text was updated successfully, but these errors were encountered: