Ask questions about your app data in Supabase
언제 쓸까: You want usage / retention numbers without opening the Supabase SQL editor.
사전 조건
- QUERY_API_KEY (free at thequery.dev) — Sign up, copy key
- SUPABASE_PROJECT_REF + DB password — Supabase dashboard > Project Settings
흐름
-
Stay in safe modeSet mode to safe. How many users signed up last week?✓ 복사됨→ Read-only result; no mutation possible
-
Drill inOf those, how many completed onboarding (have any row in profiles)?✓ 복사됨→ Retention-style number
결과: Quick answers with ironclad read-only guarantee.
함정
- Switching to write mode for 'just this query' and forgetting to switch back — Tell Claude explicitly: 'Return to safe mode after this query.'