@[email protected] to [email protected]English • 2 years agoSQL Stored Proceduresdomesticatedbrain.comexternal-linkmessage-square19fedilinkarrow-up120arrow-down113file-text
arrow-up17arrow-down1external-linkSQL Stored Proceduresdomesticatedbrain.com@[email protected] to [email protected]English • 2 years agomessage-square19fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish13•2 years agoA stored procedure is like making an API for your DB schema. It made a fair bit of sense before microservices existed. Nowadays you really shouldn’t be exposing the DB schema in the first place.
A stored procedure is like making an API for your DB schema. It made a fair bit of sense before microservices existed.
Nowadays you really shouldn’t be exposing the DB schema in the first place.