wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

Missing mergeV #192

Open thegeekywanderer opened 1 year ago

thegeekywanderer commented 1 year ago

g.mergeV([(id):'v-1').option(onCreate, [(label): 'PERSON', 'email': 'person-1@example.org']) I can't recreate this command to make efficient upserts

criminosis commented 5 days ago

I took a stab at adding mergeV in my fork's branch. It's in this PR if anyone looking at this issues wants to try the branch until it gets merged & released.