You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I was wondering if there is a way to add nodes to my neo4j db with
gogm
using an "upsert" technique:if the node/edge already exists, update it and don't insert a new duplicate node/edge.
I am working with an
UUIDPrimaryKeyStrategy
and having agogm.BaseUUIDNode
embedded into my node structs.Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions