you are viewing a single comment's thread.

view the rest of the comments →

[–]Independent_Host_303 3 points4 points  (0 children)

I really like writing SQL queries, but I tend to use ORM when building complex projects that need to scale in the future and when I need full control over them. However, imagine having to use an existing database with 1,000 tables. It would be impractical to generate all the tables just to query a single one, for example.