You are viewing our Forum Archives. To view or take place in current topics click here.
Need help setting up database
Posted:

Need help setting up databasePosted:

Zolfe
  • Rising Star
Status: Offline
Joined: Sep 15, 20167Year Member
Posts: 789
Reputation Power: 73
Status: Offline
Joined: Sep 15, 20167Year Member
Posts: 789
Reputation Power: 73
Right now I am creating a discord bot and one of the features is stats in games but this needs a database to store peoples steam ID64 and I dont know the first thing about setting databases up in JS let alone any language.
#2. Posted:
Spartan
  • Winter 2022
Status: Offline
Joined: Oct 15, 200815Year Member
Posts: 4,477
Reputation Power: 1480
Status: Offline
Joined: Oct 15, 200815Year Member
Posts: 4,477
Reputation Power: 1480
Are you hosting it on a websever with Cpanel? You could make a database in the phpmyadmin section. I don't know much about js but I think you'll probably just need to call tables from the database, I'm sure you can find some webpages and gain a better understanding on how to do this. I can probably offer a little assistance not much as I don't have much experiences making program but do have a decent understanding on the handles I believe.
#3. Posted:
Zolfe
  • Rising Star
Status: Offline
Joined: Sep 15, 20167Year Member
Posts: 789
Reputation Power: 73
Status: Offline
Joined: Sep 15, 20167Year Member
Posts: 789
Reputation Power: 73
Spartan wrote Are you hosting it on a websever with Cpanel? You could make a database in the phpmyadmin section. I don't know much about js but I think you'll probably just need to call tables from the database, I'm sure you can find some webpages and gain a better understanding on how to do this. I can probably offer a little assistance not much as I don't have much experiences making program but do have a decent understanding on the handles I believe.


No, it's just to store the steam accounts I should have said I have little experience with programming at all, this is my first project so it won't be on a website it will just be to store data I was looking into mongodb but I don't know if thats what I need
#4. Posted:
CriticaI
  • Summer 2023
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
If you are using js I would recommend redis or cassandra.
here is a full list of databases you can use with js
[ Register or Signin to view external links. ]

then just look up tutorials for the one you decided to use.
#5. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
[ Register or Signin to view external links. ]

I also recommend the book, "Eloquent Javascript 2."

Also, go on CodeWars, and practice some "whiteboard" coding challenges. This will help you learn the native Javascript library, and practice solving CS challenges that you may come across in an interview, using JS. The MDN library should also be your best-friend.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.