# AuditOptions.connectionString property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.auditoptions.connectionstring/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Connection string for the trail's own pool.

**Signature:**

```typescript
connectionString: string;
```

## Remarks

Deliberately a second connection rather than the client being audited: rows written through that client would themselves be audited, and the first write would not terminate.

