🍃 Some improvements and new features
Originally wanting to publish bigger updates with more content, I will now be doing smaller updates but on a more regular schedule. Here is a quick summary of this update:
✨ Adding more error messages and better exceptions handling (#8 - adafdc2, big thanks to @DeltaRays !)🔥 Remove Skript-based events as they're useless and will be replaced in the next update (c9b2b17)✨ Better and beautiful console logging (851c7dd)✨ Introducing more document features (closes #7) :(delete|remove) mongo[db] [document[s]] %mongodocuments% from %mongocollection%
(all|every) mongo[db] documents (in|of) %mongocollection%
(1¦first|2¦all) [mongo[db]] document[s] where %string% (is|equals to) %object% (of|in) %mongocollection%
⚗️ Introducing experimental codecs (9277719)
Codecs are used to serialize Java objects so that they can be saved in a document.
Clearly, they make it possible to save Skript types other than what MongoDB supports.
The restoration of the correct data from a document has not been implemented yet.
Thank you for your suggestions and sorry for the delay of this update! As usual, I remain open to any suggestion or remark.