loopback-connector-couchdb2
Version:
LoopBack Connector for CouchDB 2.0
12 lines (8 loc) • 350 B
JavaScript
// Copyright IBM Corp. 2017,2019. All Rights Reserved.
// Node module: loopback-connector-couchdb2
// This file is licensed under the Apache License 2.0.
// License text available at https://opensource.org/licenses/Apache-2.0
;
var SG = require('strong-globalize');
SG.SetRootDir(__dirname);
module.exports = require('./lib/couchdb');