Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Allow a dynamic schema for nodes and edges: - nodes are stored in one table with dynamic label and properties (JSON) - Allow more than one (src.node.id, target.node.id, edge.type) by introducing a uuid as part of the key; - Prefix the table names with graph names to avoid conflicting.
- Loading branch information