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
It seems that Neoid is managing my neo4j records well when I use it without auto_index: false, including the Neo4j equivalent of INSERT, UPDATE, and DELETE.
For the one model where I have auto_index: false, it doesn't automatically INSERT, which is as I would expect.
Does this mean that it also does not automatically UPDATE and DELETE?
It appears that this is the case, thus I am left with a quandry. When the model with auto_index: false is deleted how do I also delete the record from Neo4j?
The text was updated successfully, but these errors were encountered:
It seems that Neoid is managing my neo4j records well when I use it without
auto_index: false
, including the Neo4j equivalent ofINSERT
,UPDATE
, andDELETE
.For the one model where I have
auto_index: false
, it doesn't automatically INSERT, which is as I would expect.Does this mean that it also does not automatically
UPDATE
andDELETE
?It appears that this is the case, thus I am left with a quandry. When the model with
auto_index: false
is deleted how do I also delete the record from Neo4j?The text was updated successfully, but these errors were encountered: