
Reading time ~10 minutes
This article is Part 2 in a 2-Part Series. Part 1 - What is the simplest database?Part 2 - This Article
The previous post laid out the most minimum requirements for something to be called a database. While they may be too bare bones for many, there are a lot of databases that don’t fulfill even half of them, and this isn’t stopping from using them on a daily basis.
The last time I’ve looked at files, this time something a bit more complex - key-value databases.
The idea be...