Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc-bq committed May 8, 2024
1 parent a11e04e commit 3160f39
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const client = new AwsMySQLClient(params);
await client.connect();

# If using Postgres:

const client = new AwsPGClient(params);
await client.connect();
```
Expand Down Expand Up @@ -46,10 +47,12 @@ params = {
}

# If using MySQL:

const client = new AwsMySQLClient(params);
await client.connect();

# If using Postgres:

const client = new AwsPGClient(params);
await client.connect();
```
Expand Down

0 comments on commit 3160f39

Please sign in to comment.