3
rajj
5y

Creating seed files for a new DB and getting stuck at every possible constraint. FML.

Comments
  • 0
    Does your application create the data programmatically? Because that's how I avoid the data setup hell
  • 0
    @asgs Well, after creating the seed file, we can just use the inserts in the seed file to setup a common local dump.
    But I am interested in knowing how exactly you set up dummy data for a new DB?
  • 0
    @rajj we have test REST endpoints exposed for non-prod environments. A small scripts with randomized data will get them and get the data populated
Add Comment