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

This is basically how I use ORMs. Only as a query builder. Writing plain SQLs in code can be very messy and hard to debug, and this works similar to an API the author mentioned in his article. IMO ORMs can spare some duplication, but relying too much on that is quite painful.



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

Search: