I can't find a good tutorial or reference that shows me how to connect my game to my database.
I set up an Azure server with a database. I have a connection string, credentials and everything I need to start the process.
Literally all I'm trying to do is have my game upload player scores to a Leaderboard to show others what the top 10 players are.
Websockets, AJAX, and other implementations for Construct 3 are available, but I can't find any good examples or tutorials that can help me with this.