|
|
|
|
|
by Seb-C
2113 days ago
|
|
Thanks for your comment! As you say, one of the main arguments for query-builders is allowing the support of different RDBMS. But in my experience it not only never happens, but the abstraction is never perfect and makes any unsupported edge case impossible to solve without hacking around. There is so much that can be done with SQL that would result in a mess of inefficient spaghetti code... |
|
So whenever you have reasons to spend some thoughs on the choice of RDBMS, you'll probably not want to abstract SQL away.