7 ms·
Curious: what is the version control story like for stored procs? The two that naively come to mind would be 1. Organized in some regular repo with some toolin
by sprayk 4y ago
Curious: what is the version control story like for stored procs? The two that naively come to mind would be
1. Organized in some regular repo with some tooling to deploy/sync
2. Some way of tracking versions _in a DB_ and some magic set of queries that can deploy from said DB.