UNPKG

sqlutils

Version:

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

6 lines 101 B
const pg = require('./pg'); const mysql = require('./mysql'); module.exports = { pg, mysql };