Hacker News new | past | comments | ask | show | jobs | submit login

why aren't stored procedures on a DB not able to be version controlled well? People already version control database schemas and migrations, why would stored procedures not also be able to be version controlled just as well? You can test it by creating shadow databases (what Prisma does) to make sure all migrations can be done on an empty database just fine, add test data, call the procedure, and check the output. Genuinely please do enlighten me as to why this isn't possible or doable, I would love to learn more about this part of the field.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: