Neo4j backend ============= :mod:`drm.neo4j_graph` exposes the persistent backend that stores graphs in Neo4j. It supports the same core concepts as the in-memory backend while adding database connectivity, foreign-key checks, and graph persistence. .. automodule:: drm.neo4j_graph :members: :member-order: bysource :show-inheritance: