DEV Community

Discussion on: ORM's how they simply your queries.

Collapse
 
molamk profile image
molamk

Great points! I think that ORMs are to raw queries, what Python is to C++.

They help you get things done fast without worrying about the details. When performance/resources become an issue though, it might be a good idea to switch to a more controlled/fine tuned strategy