Is PostgreSQL and Oracle Object-Relational storage the same as an ORM? -
is built in ability of postgresql , oracle object-relational mapping same orm hibernate, sqlalchemy, or doctrine? these databases queried , used objects you'd orms?
edit: misunderstand ordbms is? stil learning. http://www.postgresql.org/docs/8.2/static/intro-whatis.html http://docs.oracle.com/cd/e11882_01/appdev.112/e11822/toc.htm
edit: found here also.
http://en.wikipedia.org/wiki/comparison_of_object-relational_database_management_systems
the "o" in ordbms (object relational database management system) refers object-oriented features in postgresql:
oids (mostly deprecated non-system tables)
user-definable type system including composite types
context-sensitive operators , functions.
it's debate draw line exactly. here recent discussion on pgsql-advocacy list more details.
all of very different in nature "orms hibernate, sqlalchemy or doctrine".
orm (object-relational mapping) trying translate objects of respective programming language relations in database.
Comments
Post a Comment