Skip to content

Releases: GPUbrainStorm/PostgreSQLPlugin_UE5

PostgreSQLPlugin_UE5_v1.0.0

06 Dec 14:55
dfdac13

Choose a tag to compare

Release Notes – v1.0.0 (Initial Beta Release)

This is the first public beta release of the PostgreSQL Integration Plugin for Unreal Engine 5.

Overview

This version introduces core functionality for connecting Unreal Engine projects directly to PostgreSQL databases using both C++ and Blueprints, enabling developers to perform real database operations without external middleware.


Included Features

  • PostgreSQL connectivity inside Unreal Engine.

  • PG_Connect with support for SSL, selectable SSL modes, and optional root certificate usage.

  • Execute SQL commands:

    • PG_ExecuteNonQuery – for INSERT/UPDATE/DELETE/DDL.

    • PG_ExecuteQuery – returns results as:

      • Map indexed by primary key.
      • CSV-style array format.
  • Connection management:

    • PG_Disconnect
    • PG_IsConnected
  • Blueprint-ready nodes for non-programmers.

  • Works with UE5.2, UE5.4 and UE5.7 (precompiled); source code available for other versions.


Notes

  • Windows only support in this beta build.
  • Designed primarily for testing, early adoption, and project integration feedback.
  • Issues, suggestions, or feature requests are welcome via GitHub or Discord.

Discord Support Server:

https://discord.gg/BxHRHDdkNy