Y
Hacker News
new
|
ask
|
show
|
jobs
by
wantlotsofcurry
906 days ago
I never understood why there is no way to have a `dry-run` option on SQL operations. I feel like that would save so much time and dev anxiety.
3 comments
geekodour
906 days ago
You could start a transaction?
ref:
https://dba.stackexchange.com/questions/223425/how-to-test-q...
link
revskill
906 days ago
Make all your API call have a dry-run parameter ?
link
AntonZ234
906 days ago
So true
link
ref: https://dba.stackexchange.com/questions/223425/how-to-test-q...