Skip to content

An opinionated guide for writing clean, maintainable SQL.

Notifications You must be signed in to change notification settings

hologram-io/sql-style-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 

Repository files navigation

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:

About

An opinionated guide for writing clean, maintainable SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published