Skip to content

Commit be716e2

Browse files
gimseporsager
authored andcommitted
README
1 parent 9f38ea1 commit be716e2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1125,15 +1125,16 @@ It is also possible to connect to the database without a connection string or an
11251125
const sql = postgres()
11261126
```
11271127

1128-
| Option | Environment Variables |
1129-
| ----------------- | ------------------------ |
1130-
| `host` | `PGHOST` |
1131-
| `port` | `PGPORT` |
1132-
| `database` | `PGDATABASE` |
1133-
| `username` | `PGUSERNAME` or `PGUSER` |
1134-
| `password` | `PGPASSWORD` |
1135-
| `idle_timeout` | `PGIDLE_TIMEOUT` |
1136-
| `connect_timeout` | `PGCONNECT_TIMEOUT` |
1128+
| Option | Environment Variables |
1129+
| ------------------ | ------------------------ |
1130+
| `host` | `PGHOST` |
1131+
| `port` | `PGPORT` |
1132+
| `database` | `PGDATABASE` |
1133+
| `username` | `PGUSERNAME` or `PGUSER` |
1134+
| `password` | `PGPASSWORD` |
1135+
| `application_name` | `PGAPPNAME` |
1136+
| `idle_timeout` | `PGIDLE_TIMEOUT` |
1137+
| `connect_timeout` | `PGCONNECT_TIMEOUT` |
11371138

11381139
### Prepared statements
11391140

0 commit comments

Comments
 (0)