PocketBase Data Modeling (Advanced)
Overview
Use this only for deeper schema/migration design. Default to pocketbase-agent-orchestrator for common management tasks.
Focus
- Collection boundaries and relation modeling
- Index strategy for filters/sorts
- Safe schema evolution and staged migrations
Minimal Workflow
- Capture expected read/write/query patterns.
- Design schema + relations + indexes.
- Plan additive migration, backfill, and cleanup phases.
- Validate against auth rules and API usage.