GraphDB
========================

- :class:`GraphDB <matgraphdb.core.graph_db.GraphDB>` - A manager for a graph storing multiple node types and edge types. Each node type and edge type is backed by a separate ParquetDB instance (wrapped by NodeStore or EdgeStore).

.. autosummary::
   :toctree: _autosummary

   matgraphdb.core.graph_db.GraphDB