node-query/lib/adapters/Pg/index.js

3 lines
82 B
JavaScript

const Pg = require('./Pg');
module.exports = config => new Pg(config.connection);