|
|
|
|
|
by j45
651 days ago
|
|
ORMs are usually used for speed until it's time to optimize with writing the SQL. Some ORMs have def have some more experience getting optimized in delaying the need to optimize the query, indirectly, or directly by rewriting it. ORM with a bit of SQL might still be less work than using a nosql db and trying to make it relational, but not. |
|