Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 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.
    – Slider
    Commented Apr 2, 2018 at 20:25
  • A graph database can be emulated with classes/objects (nodes) and associations/references/pointers (edges) using object oriented database abstractions.
    – Slider
    Commented Apr 2, 2018 at 20:34
  • 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.
    – djhallx
    Commented Jun 22, 2022 at 13:07