Rails has spoiled me so much in database management and CRUD operations. ActiveRecord is a work of art. I really _really REALLY do not like SQLModel / SQLAlchemy. If you have to ask why, you haven't used both.
4
2
88
4K
6
@coderberry I just smile on the inside every time someone complains about how bad ORMs are. I know they mean trash like Prisma, and most have no idea how much of a gap there is between the majority trash and what AR does. It wasn't always that way, arel is a work of genius by @tenderlove
@coderberry Don't worry, nHibernate works really... Well, I mean EntityFramework is going to fix... er, GraphQL makes things... er, uh...
@coderberry agree. I've used both. now prisma also state of art orm.