UNPKG

sqlutils

Version:

Lightweight SQL helper methods that simplify stuff (MySQL and PostgreSQL)

8 lines 247 B
/** * @deprecated * @param { object[] } rows rows returned from mysql * @param { string } primary_key primary key column name * @param { object[] } groups * @returns { object[] } */ module.exports = require('../mysql/groupColumnsToObjects');