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 GDExtention. This makes it ultra portable for many platforms. Detailed documentation: https://github.com/Marzin-bot/PostgreSQLClient/wiki/Documentation |
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 GDExtention. 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 4.0 | |
| Version String | 10.3 | 10.2 |
| Download Commit | 193655a10ca35d9f7af8a3e92fd358d9c69e5509 | f374f69c3f11afffa1ef7055d9f9c9988251c62d |
| Download Url (Computed) | https://github.com/Marzin-bot/PostgreSQLClient/archive/193655a10ca35d9f7af8a3e92fd358d9c69e5509.zip | https://github.com/Marzin-bot/PostgreSQLClient/archive/f374f69c3f11afffa1ef7055d9f9c9988251c62d.zip |
| Icon Url |
https://raw.githubusercontent.com/Marzin-bot/PostgreSQLClient/main/icon.png
|
|