Comment by guelo
4 hours ago
I get annoyed at all the other DBs that require their own heavy duty server process when for 90% of my projects there is only one client, my app server. Is there a DB that combines sqlite's embedded simplicity with higher concurrent write throughput?
I think the concurrent write thing is not as much of an issue nowadays with the speed of NVMEs and WAL.