UNPKG

@sqb/connect

Version:

Multi-dialect database connection framework written with TypeScript

3 lines (2 loc) 136 B
import { TypeThunk } from '../orm.type.js'; export declare function ForeignKey(type: TypeThunk, targetKey?: string): PropertyDecorator;