Skip to content

Commit

Permalink
docs: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Apr 21, 2024
1 parent 9fe87a6 commit 9fa089e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ const pool = mysql.createPool({
const pg = require('pg');
const awsCaBundle = require('aws-ssl-profiles');

// node-postgres connection
// pg connection
const client = new pg.Client({
// ...
ssl: awsCaBundle,
});

// node-postgres connection pool
// pg connection pool
const pool = new pg.Pool({
// ...
ssl: awsCaBundle,
Expand Down

0 comments on commit 9fa089e

Please sign in to comment.