Edit of asset "PostgreSQL client in GDScript." Accepted

Old/Current New/Edit
Title PostgreSQL client in GDScript.
Description Godot PostgreSQL Client is a GDscript script / class that allows you to connect to a Postgres backend and run SQL commands there. It is able to send data and receive it from the backend. Useful for managing player user data on a multiplayer game, by saving a large amount of data on a dedicated Postgres server from GDscript.
The class is written in pure GDScript which allows it not to depend on GDNative. This makes it ultra portable for many platforms.

Detailed documentation: https://github.com/Marzin-bot/PostgreSQLClient/wiki/Documentation
Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/Marzin-bot/PostgreSQLClient
Issues Url https://github.com/Marzin-bot/PostgreSQLClient/issues
Godot version Godot 3.4
Version String 8.1 2.0
Download Commit 8fc712fae0341650aacb4348a33c6fd8a4cef034 9db00005cdde067b870e94f444448bd2f343361f
Download Url (Computed) https://github.com/Marzin-bot/PostgreSQLClient/archive/8fc712fae0341650aacb4348a33c6fd8a4cef034.zip https://github.com/Marzin-bot/PostgreSQLClient/archive/9db00005cdde067b870e94f444448bd2f343361f.zip
Icon Url https://raw.githubusercontent.com/Marzin-bot/PostgreSQLClient/main/icon.png