|
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? |
Answered by
Holmeswww
Apr 29, 2024
Replies: 2 comments
|
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? :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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