# RawExecutor interface · @imqueue/pg-prisma

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

The raw-SQL surface used to install triggers (a Prisma client or its `tx`).

**Signature:**

```typescript
export interface RawExecutor 
```

## Methods


| Method | Description |
| --- | --- |
| [$executeRawUnsafe(sql, values)](https://imqueue.org/api/pg-prisma/latest/pg-prisma.rawexecutor._executerawunsafe/) | Execute a statement — used for the DDL, which cannot use bind parameters. |
| [$queryRawUnsafe(sql, values)](https://imqueue.org/api/pg-prisma/latest/pg-prisma.rawexecutor._queryrawunsafe/) | Run a query — used to read the currently installed triggers back. |

