---
meta:
 - name: keywords
   description: api typescript node.js documentation OBJECTION_CONNECTION const
---
# OBJECTION_CONNECTION - @tsed/objection

## Usage

```typescript
import { OBJECTION_CONNECTION } from "@tsed/objection";
```

> See [/packages/orm/objection/src/services/ObjectionConnection.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/orm/objection/src/services/ObjectionConnection.ts#L0-L0).

## Overview

```ts
const OBJECTION_CONNECTION: unique symbol;
export type OBJECTION_CONNECTION = Knex<any, unknown[]>;
```
