-
Notifications
You must be signed in to change notification settings - Fork 3
Naming and Usage #5
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
Comments
can we just have it as a default export, so we don't need to think about name? import profiles from 'aws-ssl-profiles'; also in mysql2 lib/constants/ssl_profiles.js we export an object with profiles where only key currently is Happy to discuss the scope here, and we at the stage when we can rename things easily:
|
Of couse 🙋🏻♂️ |
So, that's the current situation, but I just did a copy/paste, except for the TypeScript adaptation 🙋🏻♂️ Lastly, I created it in a way that we can add more certificates dinamically. For example, the default option would be to bring in all the certificates, but we can also use an export for each certificate category individually. |
Naming
In sidorares/node-mysql2#2581 (comment), the suggested name was
awsCaBundle
.We should use this?
Usage
mysqljs/mysql and node-mysql2
CJS (directly)
ESM (directly)
ℹ️ Notes
The text was updated successfully, but these errors were encountered: