You are viewing a single comment's thread from:

RE: Programming Inquiry - Best way to store a win/loss/draw record

in #coding4 years ago

congrats! So you had to use a mysql database for the logic for the monsters and summoners to query for certain rulesets? I assume this was all done previously on herokuapp? Seems using that external website was the weakest part of this bot so glad you got it working with your local database.

You wont share it because you are worried about SQL injection attacks or something? Hope you can find a way to harden it so its protected from public use one day.

Well regardless.. good job!