Database infrastructure configuration using Supabase.
This package configures our Supabase database infrastructure for two specific purposes:
-
Database Branching
- Creates isolated database environments for each PR
- Enables testing in isolated environments
- Auto-pauses preview environments after 5 minutes of inactivity
-
Vercel Integration
- Handles automatic database connection configuration
- Manages environment variables for deployments
⚠️ We DO NOT use Supabase for database operations or migrations- ✅ All database operations are handled by Ponder
- ✅ All migrations are managed by Ponder
For local development and setup instructions, refer to our Backend Guide.