SITE SEARCH

MongoDB Integration plugin v4.26

MongoDB Integration plugin

Download Unreal Engine Asset – The MongoDB Integration Plugin lets you store and retrieve data from your MongoDB Server. Build your own queries select, update and delete data to your database directly from Blueprints. All queries work asynchronously in a separate thread. You can also create new collections and databases.
MongoDB is an open source database that uses a document-oriented data model and a non-structured query language. It is one of the most powerful NoSQL systems and databases around todayBeing a NoSQL tool means it does not use the usual rows and columns that we so much associate with the relational database management. It is an architecture that is built on collections and documents. The basic unit of data in this database consists of a set of key-value pairs.

It allows documents to have different fields and structures. This database uses a document storage format called BSON which is a binary style of JSON style documents.

Features:

Write Insert , Update and Delete Queries to modify data in the MongoDB Server. Create and Drop Database and Collections directly from Blueprints.
All database operations are performed asynchronously.
Depending on query result size, hundreds of queries can execute at once without any noticeable lag on the game thread.
Supported mongoDB element types: document, array, int, float, string, datetime, bool.

Asset version: 4.26
Download links for «MongoDB Integration plugin»:
  • Rating:  



  • Add comment