Threads
Loading user profile...
I think I was coming to this conclusion as well. I typically expect developers to do that sort of testing/validation locally, but doing that initial testing/validation in a deployed environment has its advantages. Ephemeral DBs + permanent environment-specific branches/DBs provides the best of both worlds. One of the big issues in either of these environments is keeping the seed file up to date so you get some basic data to test with.
Thanks. Yes, I can have multiple Supabase project/DBs. I'm mostly interested in whether folks are doing that or using the ephemeral DBs and what their manual and/or automated workflow is.