|
|
|
|
|
by jhancock
6137 days ago
|
|
Most all low level rdb libs provide basic type conversion from allowed types in the db to type fitting the language you are using. From these libs you send SQL (any SQL you care to send) and you get returns of a "row" or a cursor usually. An ORM adds stuff on top of the driver. General these frameworks provide relationship management, connection pooling, caching, and config management. |
|
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 relational databases and object-oriented programming languages.
http://en.wikipedia.org/wiki/Object-relational_mapping