DEV Community

Discussion on: ORM vs. SQL?

Collapse
 
ahmadmoussawi profile image
Ahmad Moussawi

I find that using ORM is the way to go for simple/straight requests, on the other side for complicated advanced queries, an sql builder will help a lot, I've built my own github.com/sqlkata/querybuilder that play a good fit between raw sql queries and solid ORMs