Add Seed Data to Local Database with Supabase

InstructorBen Patton

Share this video with your friends

Send Tweet

When npx supabase init, npx supabase start, or npx supabase db reset is run, supabase will look for our seed.sql file and seed our local database.

Since we have already created the project and we want to add seed data, we can run npx supabase db reset.