Hacker News new | ask | show | jobs
by teacpde 1016 days ago
SQLite is superb choice as a local storage solution, you don't need a transactionality requirement to use it as a KV store.

People choose NoSQL databases primarily for scaling reasons, which is not the problem here.