# IMQORMOptions.connectionString property · @imqueue/pg-sequelize

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

Postgres connection string.

**Signature:**

```typescript
connectionString?: string;
```

## Remarks

Optional only because [DB\_CONN\_STR](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.db_conn_str/) can supply it. With neither, `database()` throws.

