You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Object A mysql configuration object as defined here or a connection string {}
32
32
*/
33
-
config?: MySQL.ConnectionOptions|string;
33
+
config?: string|MySQL.ConnectionOptions;
34
34
/**
35
35
* Number The percentage of total connections to use when connecting to your MySQL server. A value of 0.75 would use 75% of your total available connections. 0.8
0 commit comments