Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 693 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 693 Bytes

mongo-parser

NPM Version Build Status

Since mongoose can't store some keywords, sucha as $, . and so on, so mongo-parser is aim at code conversion.

Basic

  • node 6+

Usage

npm i mongo-parser --save

API

escape(object)

escape for object or string, for example

const msp = require('mongo-parser');
msp.escape(obj);

unescape(object)

escape for object or string, for example

const msp = require('mongo-parser');
msp.unescape(obj);

License

MIT