Enterables: All products 50% off

PostgreSQL Connection Tools

PostgreSQL is an Unreal Engine plugin that allows you to execute queries to a PostgreSQL database.

  • 支持的平台
  • 支持的引擎版本
    5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

With PostgreSQL, you can integrate SQL in your project very easly. It allows you to connect to your PostgreSQL Database, and to execute any query you want (SELECT, INSERT, DELETE...). Then, if there is a return to your query, you can get the column with the name, or the id, and transorm the result in the type you want.

技术细节

Features:

  •  Connect to a PostgreSQL Database
  •  Execute Query
  •  Prepare Query
  • Async function for connection or query that take time
  • Multiple database connection
  • Get the column by name or by id
  • Get the result of the query in the type you want


Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  Module Name : PostgreSQL , Type : Runtime


Number of C++ Classes: 10

Supported Development Platforms: (Win64)

Supported Target Build Platforms: (Win64)

Documentation: https://docs.google.com/document/d/1qiaaMymry82kFVE4xueAifpIqtpLqlev7dJnPGFX70Q/edit?usp=sharing