Object Oriented Database - why most of the companies do not use them

Posted by GigaPr on Stack Overflow See other posts from Stack Overflow or by GigaPr
Published on 2010-06-08T19:26:08Z Indexed on 2010/06/08 19:42 UTC
Read the original article Hit count: 328

Hi,

I am pretty new to programming(just finished University).

I have been thought in the last 4 years about Object Oriented development and the numerous advantages of this approach.

My question is

Isn't it easier to use a pure Object Oriented database in development applications?

Why Object Oriented database are not as much diffuse as relational?

From my point of view makes sense to use OO database, the latter will avoid the numerous construction necessary for the mapping of complex objects on the tables.

© Stack Overflow or respective owner

Related posts about database-design

Related posts about object-oriented-design