PostgreSQL Connection Tools

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

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

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