Hacker News new | ask | show | jobs
by bakugo 120 days ago
If you're asking yourself "do I need an ORM?", then you should probably default to using one, unless you understand your complete use case well enough to know you'd be better off without one.

It's also important to note that not all ORMs are created equal. Some are more restrictive than others, and that should also be taken into account.