Friday, 17 July 2020

I want to be able to store and add image links but I'm not sure if I should be using a database or just reading/writing all my image links to a local JSON file.

Is there any reason I should go with the database option? It seems much easier and simpler for a personal project to just create a local JSON file containing all the links to my images and then writing some to update that file whenever I want to add a new link. It would be nice to get some database practice in but I'd like to know if the local JSON method is the best option here. Thanks in advance.

Submitted July 17, 2020 at 11:16AM by blugil

No comments:

Post a Comment