Process Flow - Seed data management
Start: Prepare seed data file
Connect to Supabase DB
Run seed script
Check if tables exist
Insert or update
Insert seed data
Verify data inserted
End: Seed complete
This flow shows preparing seed data, connecting to the database, checking tables, inserting data, and verifying completion.