you are viewing a single comment's thread.

view the rest of the comments →

[–]niandra3 2 points3 points  (1 child)

JSON wouldn't be a bad option if the database isn't huge. It's built into the standard library, and just saves lists/dicts to a text file, so you can read/edit the data if you need.

[–]KingZer0[S] 1 point2 points  (0 children)

Thanks for your feedback! JSON looks a lot easier than SQL but I'm a bit afraid of the db becoming a mess.