Skip to content
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

refactor: use default export #7

Merged
merged 4 commits into from
Apr 14, 2024
Merged

Conversation

wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Apr 14, 2024

Changing default usage to:

const awsCaBundle = require('aws-ssl-profiles');

// mysql or mysql2 connection
const connection = mysql.createConnection({
  //...
  ssl: awsCaBundle,
});

Also, creating all the common documents for the community sections.

This was linked to issues Apr 14, 2024
@wellwelwel wellwelwel added this to the v0.1.0 milestone Apr 14, 2024
@wellwelwel wellwelwel marked this pull request as ready for review April 14, 2024 08:01
@wellwelwel wellwelwel merged commit c79fad2 into mysqljs:main Apr 14, 2024
4 checks passed
@wellwelwel wellwelwel deleted the community branch April 14, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Naming and Usage For the Community
1 participant