logoalt Hacker News

DrBazzalast Monday at 2:03 PM1 replyview on HN

From my perspective - do you even need a database?

SQLite is kind-of the middle ground between a full fat database, and 'writing your own object storage'. To put it another way, it provides 'regularised' object access API, rather than, say, a variant of types in a vector that you use filter or map over.


Replies

TekMollast Monday at 2:40 PM

If I would write my own data storage I would re-implement SQLite. Why would I want to do that?

show 1 reply