(no title)
reaanb2 | 8 months ago
As you said, the challenge of understanding math is why the relational vision failed, but also why the industry keeps reviving the network data model.
reaanb2 | 8 months ago
As you said, the challenge of understanding math is why the relational vision failed, but also why the industry keeps reviving the network data model.
9rx|8 months ago
Theoretically all. However, often ORM and query building are combined into a unified framework that links them together into a higher order abstraction. You may know this type of thing by names like the active record pattern or the data mapper pattern, with concrete implementations like ActiveRecord and Entity Framework. Such frameworks often make it difficult to use the ORM component in isolation (and even where that isn't the case, doing so largely defeats the purpose of using the framework anyway), and as such you become constrained by the limits of the query builder. I suspect that is what you are really thinking of.
reaanb2|8 months ago