File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -1125,15 +1125,16 @@ It is also possible to connect to the database without a connection string or an
11251125const 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
You can’t perform that action at this time.
0 commit comments