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.'