PostgreSQL Integration

Athian Games - Code Plugins - Apr 20, 2018
7
3.86 out of 5 stars(7 ratings)
  • 57%
  • 14%
  • 0%
  • 14%
  • 14%

PostgreSQL Integration is a Plugin that lets you connect your Unreal projects with PostgreSQL Server. Easily execute queries from Blueprints to store and retrieve data from your database.

  • Supported Platforms
  • Supported Engine Versions
    4.18 - 4.27, 5.0 - 5.4
  • 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.

This plugin presents a seamless and effective solution for integrating your Unreal Engine projects with Postgres databases, offering a robust and adaptable method for storing and retrieving data. Utilizing this plugin, users are able to execute SQL queries against their Postgres server, receiving the resultant data for use within their Unreal Engine endeavors.

Technical Details

Features:


1> Connection Management: Connect to a Postgres server from within the Unreal Engine environment.

2> Query Execution: Execute SQL queries against the linked Postgres server and acquire the resultant data.

3> Data Modeling: Create and modify Postgres tables directly from Blueprints. This is accomplished by passing relevant queries as mere string parameters, simplifying the process greatly.

4> Data Access: Manipulate and access the data housed in the Postgres database, all from within Unreal Engine, making data interaction straightforward and efficient.

5> Asynchronous Functionality: The asynchronous connections guarantee that game threads are not blocked, thus maintaining a fluid and uninterrupted gaming experience.

6> Updated Library Support: The plugin offers support for the latest Postgres libraries, including Postgres 15, ensuring users can leverage the most recent advancements and features.


Code Modules:

  •  Module Name : PostgreSQL , Type : Runtime


Number of C++ Classes: 4

Network Replicated: (Yes/No) Yes


Supported Development Platforms: Windows

Supported Target Build Platforms: Windows


Documentation

Discord

Example Projects

Standalone Demo