01Standardized naming conventions for tables, columns, and custom enum types
02Best practices for code readability using lowercase reserved words and indentation
03Guidance on data types, including text over varchar and numeric for currency
04Formatting patterns for complex queries and Common Table Expressions (CTEs)
05Strict rules for primary keys, foreign keys, and mandatory audit columns
061 GitHub stars