![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | jebenipapa |
Hello! I’ve made my first game in Postgres and am so far in love with the engine. I’ve made a simple catching game which follows the mouse and have gone and exported it to my Reactjs web app it works like a charm - whilst scuffed I’m very proud of it!
A site feature I wanted to make is the following: after finishing the game (it is playable once per day) the game should first send the score information the user got and send it to my express backend (which deals with other parts of my site that use a DB) where the information would be stored in the database and later posted on another site. Is there a way to do this? Or to perhaps directly send the score result to Postgres?
I’ve found GitHub - Marzin-bot/PostgreSQLClient: PostgreSQL connector for Godot Engine in GDScript. however as I’m a complete begginer in both React, Postgres and Godot - who follows and combines examples to create what he wants I am uncertain as to how to use this library within my Postgres. Is there a better solution perhaps?
Thank you in advance!