Once RDS instance is created using this guide , proceed to next steps.
Installations
- Navigate to extensions in VSCODE.
- Install the following :


Using SQL Tools
-
Navigate to the SQL tools icon on the side bar

-
On the top banner, click 'Add New Connection' button

-
When prompted, select 'MySQL'

-
When prompted, fill out connection settings :

-
Test and then Save working Connection

Now, under connections you should see the new connection just made:

-
Now, a .sql file named after the connection should appear in editor:

-
With a simple ChatGPT query, you can create SQL commands for the changes to the database schema you would like to make.

-
Paste SQL query and click 'Run on active connection' :

- Observe changes in table

Once RDS instance is created using this guide , proceed to next steps.
Installations
Using SQL Tools
Navigate to the SQL tools icon on the side bar

On the top banner, click 'Add New Connection' button

When prompted, select 'MySQL'

When prompted, fill out connection settings :

Test and then Save working Connection

Now, under connections you should see the new connection just made:

Now, a .sql file named after the connection should appear in editor:

With a simple ChatGPT query, you can create SQL commands for the changes to the database schema you would like to make.

Paste SQL query and click 'Run on active connection' :