# SQL_COLORIZE variable · @imqueue/pg-sequelize

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

Whether logged SQL carries ANSI colour. Off by default.

**Signature:**

```typescript
SQL_COLORIZE: boolean
```

## Remarks

Set `SQL_COLORIZE` to a positive number to enable. Worth leaving off wherever logs are collected rather than read in a terminal, since the escape sequences end up in the stored line. Independent of [SQL\_PRETTIFY](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.sql_prettify/).

