Do document-oriented databases exist which do not fall in a subclass of NoSQL databases but are relational?

73 Views Asked by At

I'm doing research on a project about document-oriented databases(dod). My question is if their are any dod which are not NoSQL? If I google this then I only get results which describe NoSQL or Relational databases or the differences between them. If somebody with knowlegde about dod would point me in the right direction. That will be much appreciated.

1

There are 1 best solutions below

0
amirouche On

Graph database is a class of NoSQL database that is relational with strong ACID guarantees.