Description
MySQL Connector
Blueprints MySQL Connector.
Use blueprints to connect to MySQL databases, execute SQL statements or call stored procedures, and you can get multiple result sets.
?
Plugins can directly execute SQL statements, SELECT, DELETE, INSERT, UPDATE, CALL.
Directly operate the database, and return the corresponding result set, and can convert the result set into TArray<TMap<FString, FString>> or Json data.
?
1. Connect Mysql
After connecting to the database and configuring the corresponding database information, the connection will always be maintained in the background.
?
2. Execute SQL
Execute database statements, and can also call database stored procedures and functions.
?
Technical Details
Features: Blueprints MySQL Connector?For MYSQL database connection and operation
- ?Connect Mysql
- ?Execute SQL
- ?Break DTMysql Result
- Break DTArray Mysql Result
- DTMysql Result To Json
- DTMysql Result Find
- DTArray Mysql Result To Json
- DTArray Mysql Result To Json Array
- DTArray Mysql Result Index
- DTArray Mysql Result Rows
Code Modules:
- Runtime ?DTMysql
- Editor ?DTMysql?DTMysqlEditor
Number of Blueprints: 10
Number of C++ Classes: 9
Network Replicated: No
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64, Linux