Hacker News new | ask | show | jobs
by travoltaj 1273 days ago
I'm in the same position with the same question.

Personally, I'm planning to learn about the internal implementation of databas(es), starting with the book Designing Data Intensive Applications. This is so that I learn about the current ways data is stored

1 comments

I was planning to build an sqlite alternative.. haha

I even started writing one in Python a few months ago. Have written the file storage part insert/update/delete works. Nothing else works though