3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
const Pg = require('./Pg');
|
|
module.exports = config => new Pg(config.connection);
|