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

> enforce invariants in a holistic way

This sentence is golden, it advances the bullshit bingo score better than the rest.

But honestly, in SQL the invariants should be constraints and triggers, enforced by the DB, not just by the application layer.




Constraints and triggers are more limited than the kinds of invariants you can enforce in code.


Only by convention. You can write anything in a PL/SQL function, and that function can be called in a trigger.

Really, I can't imagine anything that can't be put in a trigger.




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

Search: