Published on in π¬ Micro
This day is successful: I created a recursive SQL CTE in SQLite even before noon. π€
This day is successful: I created a recursive SQL CTE in SQLite even before noon. π€
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.