Hey computer nerd pals, it's important for me to know how to use sql properly for my course, but I know if I have no reason to use it in my personal life it'll be complicated for me to learn.
Do you use sql and databases in a personal context? If so how? I'm looking for ideas.
@Arr0w_root I want to use SQL for several projects : a music database of all the music I've got, a database to monitor the animal I see, and I considered using it for a game.
@fluffy For music I think it's great idea.
Do you mind me asking about how you will use that in your game? I'm also interested in video game developments at least in a professional context
@Arr0w_root I had several kind of objects : regions of the world, tiles of the region, NPCs, and tools and materials. But since I hadn't described exactly how would tools would be (different properties if weapons, magical, ...), I preferred using the python module pickle.
@fluffy Anyway, thanks for answering!