# SqlConnection interface · @imqueue/pg-prisma

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

A connection held for the length of a transaction.

**Signature:**

```typescript
export interface SqlConnection extends SqlExecutor 
```
**Extends:** [SqlExecutor](https://imqueue.org/api/pg-prisma/latest/pg-prisma.sqlexecutor/)

## Methods


| Method | Description |
| --- | --- |
| [release()](https://imqueue.org/api/pg-prisma/latest/pg-prisma.sqlconnection.release/) | Returns the connection to its pool. |

