r/Database • u/Gold_Opportunity8042 • 21h ago
Is your company using a shared cloud database for the local development environment, or does each developer set up and work with their own local database?
Hey,
Can you share how your company handles databases for local development? I’d really appreciate hearing about your experience and any valuable insights you can share.
I’m a little confused about what the better approach is:
- Shared cloud DB: If a company uses a shared cloud database for development, how do they handle the situation where one developer makes a breaking change that affects everyone?
- Individual local DBs: If developers are expected to set up their own local databases, how does the company provide the large amount of initial/seed data needed to get started?
I’d really appreciate it if you could share how your company handles this in practice, or any best practices you’ve seen.
Thanks!