Базовая статья по sql парсеру на Go
#golang #sql #parser
https://marianogappa.github.io/software/2019/06/05/lets-build-a-sql-parser-in-go/
#golang #sql #parser
https://marianogappa.github.io/software/2019/06/05/lets-build-a-sql-parser-in-go/
Mariano Gappa's Blog
Let's build a SQL parser in Go!
This article aims to be the simplest introduction to constructing an LL(1) parser in Go, in this case for parsing SQL queries. It assumes minimal programming competence (functions, structs, ifs and for-loops).