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

It also has some nice properties:

- because you have all your queries written in the same place, when you create a db migration, you know where to look for code to update, and can even perform some automatically.

- sql queries could be turned into a stored procedure with a simple marking, without changing any code.

Of course the downside is that dynamically exploring data is not as easy as with an ORM.



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

Search: