Comment on PostgreSQL Database ModelerparentComments−CaptainZapp13yFrankly, Even with tools costing thousands of Euros it would be incredible stupid to export models, or generated code into production environment.−mgummelt13yWhy?−jacques_chester13ySome data is more valuable than kitten photos and chat logs.−mgummelt13ySo I shouldn't use a compiler? A bug in generated app code could corrupt my kitten photos just as easily as generated DB models could.−jacques_chester13yThe point here is not "don't use tools". It's "test your changes". Pushing straight from a tool into production, or making the change by hand in production, or anything on the spectrum inbetween, is unwise.
Comments
Frankly, Even with tools costing thousands of Euros it would be incredible stupid to export models, or generated code into production environment.
Why?
Some data is more valuable than kitten photos and chat logs.
So I shouldn't use a compiler? A bug in generated app code could corrupt my kitten photos just as easily as generated DB models could.
The point here is not "don't use tools". It's "test your changes". Pushing straight from a tool into production, or making the change by hand in production, or anything on the spectrum inbetween, is unwise.