gracey
gracey
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
each to their own though
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
Im just saying that if this is a feature already enabled in discord, there isn’t a large point in making a feature like that
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
Im aware
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
no but people can
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
Plus, why make this if discord search enables this anyway?
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
You don’t need to store that though, discord has history as an attribute if you’re only doing stuff locally.
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
and keep organised
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
For something like this use a table then, NoSQL might be difficult to understand
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
will get you a row of data dtored
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
SELECT * FROM table WHERE condition
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
You can handle processes within an sql db too, for example with a JSON file you have to fetch and filter the whole data, whereas with sql you can grab any data from any any column or row in w few words
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
much quicker and more efficient that json
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
SQLITE etc are very easy to setup and learn
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
It’s slow, prone to failure and slower to write and read than most databases
47 replies
DIAdiscord.js - Imagine an app
Created by Nixx on 8/12/2023 in #djs-questions
JSON File Counter
don’t store data in a json file, it’s not a file storage solution
47 replies