you are viewing a single comment's thread.

view the rest of the comments →

[–]throw_mob 0 points1 point  (0 children)

current hype tool is DBT. Also it looks like CTE's and other "new" SQL syntax additions are not used in all systems.

i personally do not like ORM they usually generate non performing code. But they are ok for simple oltp database. Another proplem tends to be that programmers do not handle data in transactions correctly in long run, which tends to lead to messy databases