Hacker News new | ask | show | jobs
by giaour 3979 days ago
> Why shouldn't I enforce unique constraints in the application?

This tightly couples your database to your application. You can no longer guarantee that your database is reliable when used otherwise.