Let's Build a Simple Database
View rendered tutorial (with more details on what this is.)
Notes to myself
Run site locally:
bundle exec jekyll serve
flowchart
@startuml start :input sql; :parse sql; switch(type) case(ddl) :execute ddl; stop case(dml) :execute dml; :prepare statement; :execute statement; :cursor open; :table open; :page open; :disk read; :output result; endswitch end @enduml
commands
# go test ./... # cd gov && go test -v