Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Relational databases can be very strict, for example if you use foreign key references then the data base enforces that a row exists in the referenced table for every foreign key in the referring table. This strict enforcement makes it difficult to change schema.

The way you handle things with API level enforcement is actually a good architecture and it would probably make schema changes easier to deal with even on a relational database backend.



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

Search: