# DB_CONN_STR variable · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.db_conn_str/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

`DB_CONN_STR` from the environment, read once when this module loads.

**Signature:**

```typescript
DB_CONN_STR: string | undefined
```

## Remarks

The fallback [database()](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.database/) uses when [IMQORMOptions.connectionString](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.imqormoptions.connectionstring/) is absent. Because it is captured at import time, changing `process.env` later has no effect on it.

