0.0.10 • Published 2 years ago

@synergy360/smartscreen-db v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Usage

require('dotenv').config();
const { getDoc, createDoc, updateDoc, upsertDoc, deleteDoc, 
    viewQuery, ViewQueryTemp, n1qlRequest, n1qlRequestStale, 
    dc_cluster } = require('@synergy360/smartscreen-db');

n1qlRequest("select name from deco_db_common where type='client' limit 1", function(err, res) {
    console.log(err);
    console.log(res);
});
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago