PostgreSQL Connection Tools

Redex Production - Code Plugins - Sep 27, 2023

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

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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.

Technical Details

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