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 |
|
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.1 |
Download Commit | 193655a10ca35d9f7af8a3e92fd358d9c69e5509 | 81a4a4a983e1f43ad6742f3a614915e484d3cb79 |
Download Url (Computed) | https://github.com/Marzin-bot/PostgreSQLClient/archive/193655a10ca35d9f7af8a3e92fd358d9c69e5509.zip | https://github.com/Marzin-bot/PostgreSQLClient/archive/81a4a4a983e1f43ad6742f3a614915e484d3cb79.zip |
Icon Url |
https://raw.githubusercontent.com/Marzin-bot/PostgreSQLClient/main/icon.png
|