Skip to content

OBJECTION_CONNECTION

@tsed/objection

Usage

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

See /packages/orm/objection/src/types/services/ObjectionConnection.ts.

Overview

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

Released under the MIT License.