Yeah for sure, in my experience though there would be e.g. Prod, QA, and Dev databases, devs would n

Yeah for sure, in my experience though there would be e.g. Prod, QA, and Dev databases, devs would normally be connected to Dev, which gets migrated from Prod at certain times. They could then see the same data. This is mentioned as a use case for "wrangler dev --persist-to=/path/to/file", which I guess works but I'm just unfamiliar with the concept of devs working against their own local databases (outside of one-off needs), it seems like a lot of extra work and room for error. Is this common, is this a design decision of D1, or just a
--remote
functionality that hasn't been added yet?
Was this page helpful?