File tree 1 file changed +10
-9
lines changed
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
1125
1125
const sql = postgres ()
1126
1126
```
1127
1127
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 ` |
1137
1138
1138
1139
### Prepared statements
1139
1140
You can’t perform that action at this time.
0 commit comments