5月のセールが開催中です!5月23日まで対象製品を 70% オフで提供いたします。

PostgreSQL Connector

DT - コードプラグイン - 2024/04/30
まだ評価されていません

Blueprints PostgreSQL Connector

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.2 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

Use blueprints to connect to the PostgreSQL database, execute SQL statements and obtain result sets.

使用蓝图连接PostgreSQL数据库,执行SQL语句并获得结果集。


Plugins can directly execute SQL statements, SELECT, DELETE, INSERT, UPDATE.

Directly operate the database, and return the corresponding result set, and can convert the result set into TArray<TMap<FString, FString>> or Json data.

插件可以直接执行SQL语句,SELECT,DELETE,INSERT,UPDATE。

直接操作数据库,并返回相应结果集,并可以把结果集转换为TArray<TMap<FString,FString>>或是Json数据。


1. Connect Postgre SQL

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.

执行数据库语句。

テクニカルノート

Features: Blueprints PostgreSQL Connector,For PostgreSQL database connection and operation

  • Connect Postgre SQL
  • Execute SQL
  • Break Postgre SQL Result
  • Break DT Array Postgre SQL Result
  • DT Postgre SQL Result To Json
  • DT Postgre SQL Result Find
  • DT Array Postgre SQL Result To Json
  • DT Array Postgre SQL Result To Json Array
  • DT Array Postgre SQL Result Index
  • DT Array Postgre SQL Result Rows

Code Modules:

  • Runtime :DTPostgreSQL


Number of Blueprints: 10

Number of C++ Classes: 3

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64,

Documentation: English 中文

Third Party Software: libpqxx 7.8.1, PostgreSQL 16