UNPKG

@cyber-rom/nestjs-scylladb

Version:

Based on https://www.npmjs.com/package/@ouato/nestjs-express-cassandra With support columns name mapping

5 lines (4 loc) 412 B
import { ConnectionOptions, Connection } from '../orm'; export declare const InjectConnection: (conn?: Connection | ConnectionOptions | string) => ParameterDecorator; export declare const InjectRepository: (entity: Function) => (target: object, key: string | symbol, index?: number) => void; export declare const InjectModel: (entity: Function) => (target: object, key: string | symbol, index?: number) => void;