0.0.23 • Published 2 months ago

@synergy360/capella-auth-db v0.0.23

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

Usage

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

setUserPermissions({});

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

2 months ago

0.0.22

9 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago