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