|
|
|
|
|
by zv
2991 days ago
|
|
Raw SQL queries will perform fast if you write correctly. No ORM will stand close. Stored procedures help a lot. It's close to C/C++ in a sense that is easy to shoot yourself in the foot. On other hand, ORM helps to write code that can be unit tested and you can test that some data retrieval conforms to certain principles. |
|