samvera-deprecated / hydra

Project Hydra Stack Dependencies
Other
83 stars 30 forks source link

Update README #88

Closed ajs6f closed 9 years ago

ajs6f commented 9 years ago

The term ORM seems inappropriate here. There is no relational DBM involved.

hectorcorrea commented 9 years ago

+1

jcoyne commented 9 years ago

I'm not sure I agree with your explanation. I don't think an RDBMS is required for ORM. But I still think the change is an improvement.

This still holds IMHO:

Object-relational mapping (ORM, O/RM, and O/R mapping) in computer science 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.