Re: [dev] running a shortlink provider

From: Teodoro Santoni <asbrasbra_AT_gmail.com>
Date: Thu, 25 May 2023 09:15:36 +0200

2023-05-25 7:29 GMT+02:00, Страхиња Радић <contact_AT_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.
Received on Thu May 25 2023 - 09:15:36 CEST

This archive was generated by hypermail 2.3.0 : Thu May 25 2023 - 10:36:08 CEST