Socket
Socket
Sign inDemoInstall

loopback-connector-couchbase3

Package Overview
Dependencies
353
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    loopback-connector-couchbase3

LoopBack Couchbase 3.x Connector


Version published
Weekly downloads
2
Maintainers
2
Install size
39.8 MB
Created
Weekly downloads
 

Readme

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

Last updated on 08 Nov 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc