Phil Eaton 4/12/2020

Writing a SQL database from scratch in Go: 2. binary expressions and WHERE filters

Read Original

This technical article details the process of adding binary expression evaluation and WHERE clause filtering to a SQL database being built from scratch in Go. It covers parser updates, AST changes, and expression interpretation to enable operations like SELECT with conditions (e.g., WHERE age = 23).

Writing a SQL database from scratch in Go: 2. binary expressions and WHERE filters

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet