couchbase-js
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Overview

This project implements a pure JS client based on the undocumented Couchbase REST APIs that power the Web UI. As such, it only works if you already have credentials for the UI.

Usage

const conn = new Couchbase('https://some.server:18091', 'myuser', 'mypass', { insecure: true });
const bucket = await conn.openBucket('somebucket');

const data = await bucket.get('my::document::id');

Readme

Keywords

none

Package Sidebar

Install

npm i couchbase-js

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

138 kB

Total Files

15

Last publish

Collaborators

  • rportugal