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

Both solutions are lazy. While ReQL requires .run(), the Django ORM requires you to do 'list()' (or probably other form of iterator over it). I'd say the only difference is that one is explicit and the other one is implicit.



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

Search: