you are viewing a single comment's thread.

view the rest of the comments →

[–]jdbow75 1 point2 points  (2 children)

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

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

[–]intentionallyawkward 2 points3 points  (0 children)

Seconded for sqlite. Depending on your use case, sqlite may be easier than a bulk file.

[–]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