Commit 11c80fa
Export merge operations and update roadmap
Add Phase 3 merge functionality to public API:
- Export MergeOptions, MergeResult, and related types
- Update README with merge operations in Phase 3
- Add merge example to Quick Start
- Mark index management as implemented
Phase 3 Progress:
- ✅ mergeNode() - Upsert nodes with conflict resolution
- ✅ mergeEdge() - Upsert edges with properties
- ✅ createIndex() - Custom index creation
- ✅ dropIndex() - Index removal
- ✅ listIndexes() - Index introspection
- 🚧 Tests needed for merge operations
Note: Merge operations are implemented but need comprehensive tests
before being marked production-ready.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 38779bb commit 11c80fa
2 files changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
151 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
155 | | - | |
| 164 | + | |
156 | 165 | | |
157 | 166 | | |
158 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
| |||
0 commit comments