I love the way MongoDB handles data.
But there is no mechanism for 'foreign keys' in the way like sql, what is a must have.
I mean, there should be a mechanism we can delete items automatically if a DBRef becomes null
(the item wehere the reference points to is removed). In SQL you have foreign keys with ON DELETE CASCADE or ON UPDATE CASCADE, etc.
Is it possible to do this (easily) ?