Hacker News new | ask | show | jobs
by blktiger 4147 days ago
Don't most database libraries convert parameterized queries into stored procedures at runtime? None of the overhead of manually managing stored procedures, but all of the safety benefits.
1 comments

And the query stays in your version control instead of the server.