ORM for Database Abstraction or Stored Procedures for Data Structure Abstraction?

“Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language.” With the ever rising popularity of ORMs, I have to ask myself the Read more about ORM for Database Abstraction or Stored Procedures for Data Structure Abstraction?[…]