Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loopback-connector-couchbase3

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-connector-couchbase3

LoopBack Couchbase 3.x Connector

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

loopback-connector-couchbase3

Build Status Coverage Status

This is a Couchbase connector node module for Loopback with loopback-datasource-juggler. Without N1QL for now.

How to use

Install

npm install loopback-connector-couchbase3 --save

Config

# datasources.json
{
  "couchbaseTestBucket": {
    "name": "couchbaseTestBucket",
    "connector": "couchbase3",
    "cluster": {
      "url": "couchbase://localhost",
      "options": {}
    },
    "bucket": {
      "name": "test_bucket",
      "password": ""
    }
  }
}

Dev

export COUCHBASE="couchbase4"
export COUCHBASE_USER="Administrator"
export COUCHBASE_PASS="password"
./dockers/start-couchbase.sh

Test

precheck: couchbase server is runing with two buckets named test_bucket, test_ping and enabled its flush feature. run: npm test

Git Summary

 project  : loopback-connector-couchbase3
 repo age : 2 years, 2 months
 active   : 53 days
 commits  : 106
 files    : 38
 authors  :
    59  Makara Wang        55.7%
    25  CCharlieLi         23.6%
     7  chopperlee         6.6%
     4  Xavier Zhou        3.8%
     3  Leo Zhou           2.8%
     3  wwayne             2.8%
     2  greenkeeperio-bot  1.9%
     2  xavier             1.9%
     1  Marc Bachmann      0.9%

Keywords

FAQs

Package last updated on 08 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc