UNPKG

@sqb/connect

Version:

Multi-dialect database connection framework written with TypeScript

7 lines (6 loc) 353 B
export declare function BeforeInsert(): PropertyDecorator; export declare function BeforeUpdate(): PropertyDecorator; export declare function BeforeDestroy(): PropertyDecorator; export declare function AfterInsert(): PropertyDecorator; export declare function AfterUpdate(): PropertyDecorator; export declare function AfterDestroy(): PropertyDecorator;