Addon MongoSK

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Romitou

New Member
Jun 2, 2019
9
4
3
France
romitou.fr
This add-on is dedicated to data management with a MongoDB host. Its advantage is that it is a document database built on a scalable architecture that has become popular with developers of all types who build scalable applications.

  • Multiple clients support
    You have several hosts, and you want to connect to them?
    No problem, MongoSK can manage several connections!

  • Creation, deletion of databases, collections and documents
    Create new collections, insert new documents ...
    Warning: you need to enable options in MongoSK to activate the drop effects.
  • Simple and intuitive document management
    Retrieve, add values from MongoDB documents in just a few lines.
    The documents support Skript lists and MongoDB types only for the moment.
I love Open Source, you can find the sources of MongoSK on GitHub.
You have a problem or a question? Feel free to open a issue.

Are you not familiar with names like host, server, database, collections, documents? You don't understand how data is structured with MongoDB? Here is one of my schema representing how it works:

View attachment 5286

 
Romitou updated MongoSK with a new update entry:

The still alive update

Note: A quick update on the status of the addon: I'm aware that no updates have been made in a long time. But I come with good news: a new version 3 of MongoSK is in the pipeline. It will integrate real async operations and lots of new tools and methods to make Mongo operations easier. Nothing new will be added to MongoSK 2, but existing and future requests will be added to MongoSK 3. If you have any comments about the addon and what you'd like to see in the future, I'm always...

Read the rest of this update entry...