+ 2
How to use SQL in it?
3 Réponses
+ 3
As Gordon mentioned, you need to setup a server. I would recommend that you use Node.js. For creating a MySQL database, you can use a module called "mysql".
If I'm not mistaken, do you want to use an SQL database to implement a leaderboard?
+ 2
To use database, you need to have the server side part of your projects.
If you want to use SQL, you can use Node.js with modules sql.js
An easier way is to use Google Firebase.
Anyway, I don't see why you want to use a database in a table tennis game.
+ 2
Yes for the leaderboard, i want to use sql