-
@stauffermatt @calebporzio "database lives in the code" is such a cool concept. We're doing something similar at work but with MySQL; and a bit more data (like 500.000 rows). Each table has its own seeders. Every time a change has to be made to the dataset, it's just a PR to the seeders file. *chefs kiss*