A graph database
A graph database is a systematic collection of data that emphasizes the relationships between the different data entities. The NoSQL database uses
mathematical graph theory to show data connections. Unlike relational
databases, which store data in rigid table structures, graph databases
store data as a network of entities and relationships. As a result,
these databases often provide better performance and flexibility as they
are more suited for modeling real-world scenarios.