Game Engine and Assets Leaks

[UE4] MySQL Integration

Submitted by canread, , Thread ID: 203882

Thread Closed
18-04-2021, 06:04 PM
#1
The MySQL Integration Plugin lets you store and retrieve data from your MySQL Server. Build your own queries and select and update data to your database directly from Blueprints. No restrictions in query formation. Any query working inside MySQL Client, works here, which means you can select and update multiple data at once, use joins and sub-queries, as well as create and drop tables via Blueprints.
Technical Details
Features:

1> Asynchronous Connection to your Server via Windows Authentication System as well as MySQL Server Authentication System. Asynchronous Connection ensures that your main thread will not be blocked if the connection takes time.

2> Form your Select Queries to Select Data from the MySQL Server.

3> Write Insert , Update and Delete Queries to modify data in the MySQL Server. Create and Drop Tables directly from Blueprints.

4> Write custom Connectionstring to connect to your server using different connection parameters.

5 > Write Synchronous as well as Asynchronous queries. With Asynchronous queries , you can keep the UI interactive and perform other operations while the query execution happens in the background.



Supported Development Platforms: Windows

Supported Target Build Platforms: Windows



Documentation: https://docs.athiangames.com/doc_mysql.html

Join me in Discord: [disallowed website]

Example Project: https://athiangames.com/projectfiles/mysqlexamples.zip



Content locked
This content has been locked. Please login or register in order to unlock it.

RE: [UE4] MySQL Integration

#2
I may have used this wrong. But its not working for me, Is there a specific build of UE I can use this on?

RE: [UE4] MySQL Integration

#3
Does it share the plugin for Aws?

Users browsing this thread: 1 Guest(s)