Hacker News new | ask | show | jobs
by KwisaksHaderach 1595 days ago
The article is about the basic constraints you mentioned, FKs, PK/unique, check constraints. I agree with keeping the database as dumb as possible with only those, heck even dropping those (except for PKs) at the beginning gives you more agility.