Mongodb

From Bitpost wiki
Revision as of 04:05, 2 January 2020 by M (talk | contribs) (Created page with "==== Installation ==== ==== UI tools ===== * MongoDB_Admin git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin * Robo 3T (open source? not sure)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation

UI tools =

  • MongoDB_Admin
git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin
  • Robo 3T (open source? not sure)

Querying

  • OR
{"$or": [{"firstName": "Michael"}, {"firstName": "Tom"}]}