UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

12 lines 531 B
export interface ICount { COUNT: number; } export interface IModSqlObj { [key: string]: any; } export declare function isWhere(where: IModSqlObj, key: string): boolean; export declare function whereSql(where: IModSqlObj, sql: string, join?: boolean): string; export declare function joinSql(join: IModSqlObj, sql: string): string; export declare function rownumSql(sql: string, to?: number): string; export declare function countriesSql(countries: IModSqlObj, sql: string): string; //# sourceMappingURL=sql-handler.d.ts.map