2023-05-25 7:29 GMT+02:00, Страхиња Радић <cont...@strahinja.org>:
> Perhaps the most minimal solution for keeping data would be TSV files, but
> they
> are not suitable for storing data entered from the web because of
> concurrency,
> so a "real" database would be needed.
>

Probably it can be duct-taped writing new entries/edits on separate
random files to be merged, however it's a poor man's write-ahead
journal so an sqlite file or more would be more consistent.

Reply via email to