Y
Hacker News
new
|
ask
|
show
|
jobs
by
togusa
3896 days ago
Why use sqlite when you can invent something new which has no concurrency semantics and eats up inodes?
1 comments
amirouche
3896 days ago
sqlite is thread safe?
link
klibertp
3896 days ago
Yeah, I remember reading about it a couple of months (years?) ago and being very surprised and impressed. The details:
https://sqlite.org/threadsafe.html
link