Hacker News new | ask | show | jobs
by zepolen 1495 days ago
I don't think you understand what transactionally safe means. SQLite used in this manner is not a database, it's a cache. Thinking otherwise will give you a bad time when the value you're writing is based on the stale value you read.