Fix CLI query execution for CREATE statements
- Implement proper CREATE query execution in cypher executor
- Fix Property/PropertyValue type usage and imports
- Update CLI result formatting to display actual values
- Add format_value method to handle different result value types
- CREATE statements now properly create nodes with labels and properties
- CLI shows correct node creation results in table format
Node creation now works:
- CREATE (bob:Person {name: 'Bob', age: 25}) ✓
- Shows "nodes_created: 1" result
- Nodes visible in :stats and :show nodes commands
- Properties and labels correctly stored
Next: Fix MATCH+RETURN compound query execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>