Is ORM still an anti-pattern?

Is ORM still an ‘anti pattern’?.
Open Source Metering and Usage Based Billing. Contribute to getlago/lago development by creating an account on GitHub.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Using NHibernate and Entity Framework has really served me well in a lot of projects I was involved with, but for complex queries, we still use raw SQL.

1 Like

db is complex but powerful. Not everyone needs such powerful tool. Depending on the use case, it is fine to just use some parts of it.

1 Like

Using CQRS in my side projects, it freed me from using ORMs. I like writing raw SQL. :slight_smile:

1 Like