Unreal Engine虚幻游戏引擎素材资源 Unreal Engine Marketplace –MySQL Integration MySQL集成

MySQL集成是一个插件,允许您将UE4项目与MySQL服务器连接起来。从蓝图轻松执行查询,以存储和检索数据库中的数据。
MySQL集成插件允许您从MySQL服务器存储和检索数据。构建自己的查询,直接从蓝图中选择并更新数据库中的数据。查询形成没有限制。任何在MySQL客户机中工作的查询都在这里工作,这意味着您可以一次选择和更新多个数据,使用联接和子查询,以及通过蓝图创建和删除表。
技术细节
特征:
1> 通过Windows身份验证系统和MySQL服务器身份验证系统异步连接到您的服务器。异步连接确保在连接需要时间时不会阻塞主线程。
2> 形成Select查询,从MySQL服务器中选择数据。
3> 编写Insert、Update和Delete查询来修改MySQL服务器中的数据。直接从蓝图创建和删除表。
4> 编写自定义Connectionstring以使用不同的连接参数连接到服务器。
5>编写同步和异步查询。使用异步查询,可以在后台执行查询时保持UI的交互性并执行其他操作。
支持的开发平台:Windows
支持的目标生成平台:Windows
标签
SQL MYSQL数据库

MySQL Integration is a Plugin that lets you connect your UE4 projects with MySQL Server. Easily execute queries from Blueprints to store and retrieve data from your database.

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.
技术细节
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

标签
SQL MYSQL DATABASE

隐藏内容

此处内容需要权限查看

  • 普通5金币
  • 会员免费