UNPKG

postgresql-cg-lib

Version:

postgresql component library implementing the pg library

7 lines (6 loc) 154 B
const { objects } = require('./objects'); const { processQuery } = require('./processQuery'); module.exports = { ...objects, processQuery }