-
Notifications
You must be signed in to change notification settings - Fork 15
chore: update documentation and clean up automations #510
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
Conversation
| - To use the wrapper with Aurora with PostgreSQL compatibility, install [Psycopg](https://github.com/psycopg/psycopg). | ||
| - To use the wrapper with Aurora with MySQL compatibility, install [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python). | ||
| > [!NOTE]\ | ||
| > The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions have not been tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions have not been tested. | |
| > The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions has not been tested. |
|
|
||
| ## Secret Data | ||
| The plugin assumes that the secret contains the following properties `username` and `password` | ||
| The plugin assumes that the secret contains the following properties `username` and `password`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The plugin assumes that the secret contains the following properties `username` and `password`. | |
| The plugin assumes that the secret contains the following properties: `username` and `password`. |
|
|
||
| The AWS Advanced Python Driver leverages community Python drivers and enables support of AWS and Aurora functionalities. | ||
| Currently, [Psycopg](https://github.com/psycopg/psycopg) and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) are supported. | ||
| Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers have not been tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers have not been tested. | |
| Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers has not been tested. |
docs/GettingStarted.md
Outdated
| ) | ||
| ``` | ||
|
|
||
| Similarly, to start using the driver with MySQL Connector/Python, you pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Similarly, to start using the driver with MySQL Connector/Python, you pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example: | |
| Similarly, to start using the driver with MySQL Connector/Python, you need to pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example: |
4d72b05 to
7cb8d54
Compare
Description
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.