Go से शुरू से SQL DB बनाना
(notes.eatonphil.com)Go भाषा में बुनियाद से ऐसा DB engine बनाने पर आधारित लेखों की शृंखला, जो PostgreSQL के शुरुआती implementation स्तर के काफ़ी करीब है
-
SQL parser implement करना: CREATE, INSERT, SELECT
-
AST बनाना और TEXT/INT को support करने वाला memory backend implement करना
-
table output को support करने वाला basic REPL implement करना
1 टिप्पणियां
भाग 2: unary operator और WHERE filter का implementation: https://notes.eatonphil.com/database-basics-expressions-and-where.html