ShehanPerera@programming.dev to Programming@programming.devEnglish · 1 year agoSQL Stored Proceduresdomesticatedbrain.comexternal-linkmessage-square11fedilinkarrow-up11arrow-down13file-textcross-posted to: [email protected][email protected]
arrow-up1-2arrow-down1external-linkSQL Stored Proceduresdomesticatedbrain.comShehanPerera@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square11fedilinkfile-textcross-posted to: [email protected][email protected]
minus-squareDistributed@lemmy.mllinkfedilinkEnglisharrow-up0·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-up2·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.
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.