dbctx 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/dist/index.mjs +25 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -113,20 +113,20 @@ All of this is assembled into a single `DB.md` file.
|
|
|
113
113
|
|
|
114
114
|
## Environment Variables Reference
|
|
115
115
|
|
|
116
|
-
| Variable | Description
|
|
117
|
-
|
|
118
|
-
| `DATABASE_URL` | PostgreSQL connection string
|
|
119
|
-
| `PGHOST` | Database hostname
|
|
120
|
-
| `PGPORT` | Database port
|
|
121
|
-
| `PGDATABASE` | Database name
|
|
122
|
-
| `PGUSER` | Database username
|
|
123
|
-
| `PGPASSWORD` | Database password
|
|
124
|
-
| `PGSSLMODE` | SSL mode
|
|
125
|
-
| `PGSSLCERT` | Path to client certificate
|
|
126
|
-
| `PGSSLKEY` | Path to client private key
|
|
127
|
-
| `PGSSLROOTCERT` | Path to root CA certificate
|
|
128
|
-
| `DO_NOT_TRACK` | Set to `1` or `true` to disable telemetry
|
|
129
|
-
| `DBCTX_DEV` | Enable debug logging
|
|
116
|
+
| Variable | Description |
|
|
117
|
+
| --------------- | ----------------------------------------- |
|
|
118
|
+
| `DATABASE_URL` | PostgreSQL connection string |
|
|
119
|
+
| `PGHOST` | Database hostname |
|
|
120
|
+
| `PGPORT` | Database port |
|
|
121
|
+
| `PGDATABASE` | Database name |
|
|
122
|
+
| `PGUSER` | Database username |
|
|
123
|
+
| `PGPASSWORD` | Database password |
|
|
124
|
+
| `PGSSLMODE` | SSL mode |
|
|
125
|
+
| `PGSSLCERT` | Path to client certificate |
|
|
126
|
+
| `PGSSLKEY` | Path to client private key |
|
|
127
|
+
| `PGSSLROOTCERT` | Path to root CA certificate |
|
|
128
|
+
| `DO_NOT_TRACK` | Set to `1` or `true` to disable telemetry |
|
|
129
|
+
| `DBCTX_DEV` | Enable debug logging |
|
|
130
130
|
|
|
131
131
|
## Telemetry
|
|
132
132
|
|