-
|
I'm looking through all the documentation, and it seems like there's no way to 'set' the node.db database values in the existing code other than by creating the SimpleDBNode dynamically. Even that would need a custom function in a new object based on BaseAfterQuery. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, As shown here, you can access Please let me know if this resolves your question |
Beta Was this translation helpful? Give feedback.
-
|
Yes, that's where I thought it should go, but it means the code on the site 'as is' does not include an implementation of a function that sets or updates the db value. Perhaps this is more of the novelty? :) |
Beta Was this translation helpful? Give feedback.
Hi,
As shown here, you can access
self.nodefrom after_query. This will give you full access to self.node.db.Please let me know if this resolves your question