Package io.github.cfraser.graphguard
See: Description
-
Class Summary Class Description Graph A Graph is a Set of nodes that specify the expected entities in a Neo4j database. Node A Node in the graph. Relationship A Relationship in the graph. Property A Property on a Node or Relationship. Schema A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs. Server Server proxies Bolt 5+ messages to a Neo4j (compatible) database and performs realtime schema validation of the intercepted queries.