Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 879 Bytes

File metadata and controls

27 lines (19 loc) · 879 Bytes

SQL Guide Index

Architecture / Rationale

This guide is structured as a scalable learning path for Obsidian and GitHub publishing.

Level boundaries:

  1. Level 1 - Structure: schema design and relational integrity.
  2. Level 2 - Basics: core query and mutation patterns.
  3. Future Levels: joins, indexing strategy, transactions, and advanced optimization.

Current implementation scope is Level 1 and Level 2.

Query / Code Blocks

-- Suggested learning sequence
-- 01-structure/00-index.md
-- 02-basics/00-index.md
-- 90-roadmap/00-future-themes.md

Performance / Optimization Notes

  • Keep each concept in a dedicated file for predictable navigation in large vaults.
  • Use numeric prefixes (00, 01, 02) to enforce deterministic reading order.
  • Reuse the same section headings in every page to support consistent maintenance and reviews.