DEV Community

Discussion on: How do you populate your development databases?

Collapse
 
jaredsilver profile image
Jared Silver

One other idea: for organizations that use frameworks like Rails where the associations between tables are explicitly expressed through models, perhaps it would be possible to somehow take a slice of the production database (anonymizing it of course) by taking a slice from key tables and then traversing the associations to gather just the right amount of data.