Implement comprehensive relationship creation and querying support
- Added relationship pattern parsing support in Cypher executor
- Implemented CREATE queries with relationship patterns (a)-[:TYPE]->(b)
- Added relationship matching support in MATCH clauses
- Enhanced executor to handle node-relationship-node pattern sequences
- Added relationship type management via schema registry
- Created comprehensive tests for relationship functionality
- CLI now supports relationship creation commands
- Returns detailed feedback showing nodes_created and relationships_created
Key features implemented:
• Relationship creation with typed edges and properties
• Bidirectional relationship traversal support
• Integration with existing graph storage layer
• Full CLI compatibility for relationship operations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>