@[email protected] to [email protected]English • 1 year agoSQL Stored Proceduresdomesticatedbrain.comexternal-linkmessage-square19fedilinkarrow-up120arrow-down113file-text
arrow-up17arrow-down1external-linkSQL Stored Proceduresdomesticatedbrain.com@[email protected] to [email protected]English • 1 year agomessage-square19fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish4•edit-21 year agoWhats your preferred method of accessing sql, in that case? Most companies I’ve worked for use sprocs. ORM?
minus-square@[email protected]linkfedilinkEnglish6•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.
☝️He’s right you know