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
with this, it exposes you to SQL injection attacks. (Default: `false`)
168
168
*`flags`: List of connection flags to use other than the default ones. It is
169
169
also possible to blacklist default ones. For more information, check [Connection Flags](#connection-flags).
170
+
*`ssl`: object with ssl parameters ( same format as [crypto.createCredentials](http://nodejs.org/api/crypto.html#crypto_crypto_createcredentials_details) argument )
171
+
or a string containing name of ssl profile. Currently only 'Amazon RDS' profile is bundled, containing CA from https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem
172
+
170
173
171
174
In addition to passing these options as an object, you can also use a url
0 commit comments