loopback-connector-postgresql-redshift
Version:
Loopback PostgreSQL/Redshift Connector
11 lines (8 loc) • 356 B
JavaScript
// Copyright IBM Corp. 2013. All Rights Reserved.
// Node module: loopback-connector-postgresql
// This file is licensed under the Artistic License 2.0.
// License text available at https://opensource.org/licenses/Artistic-2.0
;
var SG = require('strong-globalize');
SG.SetRootDir(__dirname);
module.exports = require('./lib/postgresql.js');