@creately/mungo
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

mungo

Javascript implementation of MongoDB update operators.

Getting Started

Install the package

npm install @creately/mungo

Import the modify function from mungo and call it with the document.

import { modify } from 'mungo'

const doc = { id: 'id', x: 10 }
modify(doc, { $set: { x: 20 } })

console.log(doc)
// { id: 'id', x: 20 }

Supported Operators

Field Update Operators

  • $set

Array Update Operators

  • $push
  • $pull

Bitwise Update Operators

Readme

Keywords

Package Sidebar

Install

npm i @creately/mungo

Weekly Downloads

15

Version

1.3.0

License

MIT

Unpacked Size

43.8 kB

Total Files

40

Last publish

Collaborators

  • mehdhi
  • thisunravisara
  • chandika
  • shashik_thiwanka
  • sasindu
  • sajeeva
  • linatrefai
  • damithcgx