Writing a SQL database from scratch in Go
Published on in π Links
Phil Eaton wrote a really cool article. He documented how he used Go to write a rudimentary SQL database including a CLI. It is very interesting to read how commands are parsed and analyzed. The whole thing probably has no practical use (there are already countless mature database systems), but itβs still exciting. I remembered some of the math lectures in the first semester about formal languages.