UNPKG

@onurege3467/zerohelper

Version:

ZeroHelper is a versatile JavaScript library offering helper functions and database utilities for developers. It supports MongoDB, MySQL, SQLite, Redis, and PostgreSQL.

7 lines (5 loc) 144 B
"use strict"; const errors = require('../errors/strings.js'); module.exports = async function(){ return this.db.query("SHOW PROCESSLIST;"); }