node-mongo-api
Mongodb mql
Example
let mql = require('node-mongo-mql')(uris, options)
let biz = {{"db":"test","c":"test","m":"find","params":[{"id":"1002"}],"limit":2,total:0}}
let rs = await (await mql)(biz)
Mongodb mql
let mql = require('node-mongo-mql')(uris, options)
let biz = {{"db":"test","c":"test","m":"find","params":[{"id":"1002"}],"limit":2,total:0}}
let rs = await (await mql)(biz)
npm i node-mongo-mql
1
1.0.3
ISC
26.1 kB
10