node-mongo-mql
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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)

Package Sidebar

Install

npm i node-mongo-mql

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

26.1 kB

Total Files

10

Last publish

Collaborators

  • zingsono