Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 588 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 588 Bytes

Hologram's SQL Style Guide

SQL at Hologram

  • is explicit (fully qualified table names & joins), literate (readable), and lowercase (SELECT)
  • uses CTEs following the single responsibility principle ("do one thing")

Comprehensive guidelines are laid out in the following three documents: