How Database works under to hood. So you know which one to use
Feb 10, 2024 · 10 min read · So, what's your intuition? The simplest database you can build uses a bash script to write data to a file and retrieve data from that file. If you need to update data, just append the updated data with the same key but a different value. Essentially,...
Join discussion
