Stored procedures or OR mappers?

后端 未结 15 1277
天命终不由人
天命终不由人 2021-01-06 16:04

Which is better? Or use and OR mapper with SP\'s? If you have a system with SP\'s already, is an OR mapper worth it?

15条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 16:57

    @ Kent Fredrick

    My personal opinion of OR Mappers is their existence highlights a design flaw in the popular structure of databases"

    I think you're talking about the difference between the relational model and object-oriented model. This is actually why we need ORMs, but the implementations of these models were done on purpose - it is not a design flow - it is just how things turned out to be historically.

提交回复
热议问题