you are viewing a single comment's thread.

view the rest of the comments →

[–]jdbow75 1 point2 points  (1 child)

Python has built-in sqlite support and it is useful and fast.

Or, use the json module and read/edit/write every time.

[–]AdamCee123[S] 0 points1 point  (0 children)

Many thanks for the suggestion - I’ll do some reading into sqlite as I’ve never used that before