I am ashamed to admit I've run into a case where SQlite was the wrong choice. I have a cluster of 20 Windows 7,8,10,11 machines spread across multiple sites that I wanted to run some log analytics. This was for some custom software running on all 20 machines which had a SQlite API. So I did the simplest and cheapest thing that would work. I setup sync.com folder on all machines (think dropbox/ onedrive) to write logs…
not necessarily a problem with the db. rather the syncing strategy. i figure using a Cron with something like rsync would have worked
Setting up cron and rsync on different Windows machines (WSL, cygwin?) was not something I would have looked forward to.