@synergy360/smartscreen-auth-db

0.0.1 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @synergy360/smartscreen-auth-db

Weekly Downloads

2

Version

0.0.1

License

ISC

Unpacked Size

36.3 kB

Total Files

4

Last publish

Collaborators

  • kunger
  • aloiacono
  • tomssd