UNPKG

@dbnx/mysql

Version:

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

9 lines (8 loc) 168 B
export class GlobalConfig { static logger_function(log) { if (this.logger) { this.logger(log); } } static logger = undefined; }