| ▲ | j45 2 hours ago | |
Agreed, ORMs are OK to start with if you like and then optimize the queries where needed. There are cases where older ORMS might be more optimized for some cases compared to new ones, and vice versa. Avoiding learning SQL is the biggest gap. Selecting a NoSQL database because it seems easier, and then spending so much time trying to make a NoSQL database into a relational database is usually not too pretty. | ||