db wierdchamp
would two people on different computers but using the same repl be able to access the same variables in a database, kind of like a multiplayer game? thx
Voters
Coder100 (16889)
Yes, that's what a database means.
Ask coding questions
would two people on different computers but using the same repl be able to access the same variables in a database, kind of like a multiplayer game? thx
Yes, that's what a database means.
If using Repl DB directly in client, then data does not persist across users. If you choose to set up a server with any kind of database, however, then yes, the data in the database stays the same.