ShehanPerera@programming.dev to Programming@programming.devEnglish · 1 year agoSQL Stored Proceduresdomesticatedbrain.comexternal-linkmessage-square19fedilinkarrow-up122arrow-down113file-textcross-posted to: programming@programming.dev
arrow-up19arrow-down1external-linkSQL Stored Proceduresdomesticatedbrain.comShehanPerera@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square19fedilinkfile-textcross-posted to: programming@programming.dev
minus-squareDistributed@lemmy.mllinkfedilinkEnglisharrow-up4·edit-21 year agoWhats your preferred method of accessing sql, in that case? Most companies I’ve worked for use sprocs. ORM?
minus-squarewvenable@lemmy.calinkfedilinkEnglisharrow-up7·1 year agoDirect queries and ORM. A stored procedure doesn’t provide much value as a unit of abstraction that couldn’t just exist in the code.
minus-squareCodeBlooded@programming.devlinkfedilinkEnglisharrow-up1arrow-down2·1 year ago☝️He’s right you know
Whats your preferred method of accessing sql, in that case? Most companies I’ve worked for use sprocs. ORM?
Direct queries and ORM. A stored procedure doesn’t provide much value as a unit of abstraction that couldn’t just exist in the code.
☝️He’s right you know