GIS-2020-SoSe/Endabgabe/script-backend/mongo commands.txt

14 lines
335 B
Plaintext

=> usage
/mongo || call Database
=> /mongo/nameOfCollection
/nameOfCollection || choose, which Collection you're calling
=> /nameOfCollection/furtherCommand
/findCollection || return a whole collection
/findEntry || return a single entry
/insertEntry || insert a single entry
/removeEntry || remove a single entry