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.

5 lines 255 B
import OracleDB from "oracledb"; export declare function oraclePool(): OracleDB.PoolAttributes; export declare function oracleInit(): Promise<OracleDB.Pool>; export declare function oracleClose(): Promise<void>; //# sourceMappingURL=oracle-config.d.ts.map