How Database works under to hood. So you know which one to use
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,...
aryalanjewar.hashnode.dev10 min read