Romitou / MongoSK

🍃 The MongoDB database management addon for Skript.
https://mongosk.romitou.fr
GNU General Public License v3.0
31 stars 2 forks source link

Upsert #65

Open ericd590 opened 2 years ago

ericd590 commented 2 years ago

✒️ Description

Simple upsert syntax that lets you update the document if its set or insert it if it isn't.

🤔 Why?

So it can be done with a single request instead of finding it then checking if its set on your server.

💬 Other

No response