Hacker News new | ask | show | jobs
by tinodb 212 days ago
Nice! However I would actually advocate for fixtures in application code. I’ve seen too much drift otherwise. And creating “scale” is also easy, just add a for loop :). No programming in yaml needed. As an added benefit you can use the same fixtures for your end to end tests!

So it would be nice if RegreSQL would support fixture hooks for those who like this route.

2 comments

To get prod scale out of a for loop I’m gonna need a few hours of iterations :-(
It's not unreasonable view - noted, will add to my list. Thank you!