Ask HN: Do you use stored procedures for CRUD operations in your database?
2 by aredirect | 1 comments on Hacker News.
I just stumbled on this today and apparently some people advocate to use stored procedures for select, insert, update, and delete operations with the argument it helps to reduce network traffic, increases the performance and doesn't allow SQL injection? What are your thoughts? and are you aware of any framework/library using such approach?

Post a Comment

Previous Post Next Post