node-red-contrib-tingodb 1.0.4

TingoDB nodes

npm install node-red-contrib-tingodb

DB configuration node

All other nodes depend on this one, it requires a TingoDB database path. Collection name is a per-node property.

Insert node

Inserts the msg.payload as document into a collection.

Find node

Looks for documents into a collection using msg.payload as predicate.

Update node

Updates a collection's documents. msg.predicate will be the filter and msg.update the update operation itself. db.collection(collectionName).update(...) is invoked using {multi: true}.

Remove

Removes documents from a collection. msg.payload will be the filtermsg.update the update operation itself. db.collection(collectionName).remove is invoked using {multi: true}.

Node Info

Version: 1.0.4
Updated 6 years, 10 months ago
License: ISC
Rating: not yet rated

Actions

Rate:

Downloads

0 in the last week

Nodes

  • tingodb
  • tingodb-find
  • tingodb-insert
  • tingodb-remove
  • tingodb-update

Keywords

  • node-red
  • tingo
  • tingodb
  • database
  • db

Maintainers