UNPKG

@dbnx/mysql

Version:

A powerful and enhanced ORM library for MySQL, offering query execution, model creation, and full relational management.

13 lines (12 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalConfig = void 0; class GlobalConfig { static logger_function(log) { if (this.logger) { this.logger(log); } } static logger = undefined; } exports.GlobalConfig = GlobalConfig;