|
|
|
|
|
by barrkel
2457 days ago
|
|
Every time I've used sqlite for any kind of throwaway web app, I've regretted it due to the almost complete lack of support for concurrent operations. Sqlite is for file formats, not anything that might have concurrent writes. |
|
Thats very well put and excellent advice. I still bust out in giggles that we're in a world where "SQL for file formats" is a thing.