Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

nosqlbooster query other collection

const axios=require("axios");
let rst=await (axios.get('https://api.github.com/users/github'));//await promise
console.log(rst.data);
 
PREVIOUS NEXT
Tagged: #nosqlbooster #query #collection
ADD COMMENT
Topic
Name
4+9 =