Skip to main content
5 events
when toggle format what by license comment
Jun 22, 2022 at 13:07 comment added djhallx Object database can certainly have bi-directional relationships and referential integrity. Objectivity/DB has supported both since 1989. I'm not sure why you've decided that schema for an object database must be tied to the application and the schema for a graph database is independent of any application. They are both just databases containing persisted data. There may or may not be applications associated with either kind of database, or they may both be run in a no-code environment.
Apr 2, 2018 at 20:34 comment added Slider A graph database can be emulated with classes/objects (nodes) and associations/references/pointers (edges) using object oriented database abstractions.
Apr 2, 2018 at 20:25 comment added Slider I would say in the different way: you can do everything with object oriented databases as with the the graph databases and more in more efficient way, but usually object oriented databases are more complex.
Feb 11, 2010 at 18:47 vote accept Gili
Feb 10, 2010 at 0:50 history answered Johannes Ernst CC BY-SA 2.5