Join Slack
Powered by
When creating relational entries should i update()...
# orm-help
h
Halvor
09/10/2021, 3:15 PM
When creating relational entries should i update() the holder of the one to many releation or make the "childs" and just link the parent?
r
Ryan
09/13/2021, 5:58 AM
update
would be better as it can be done in a single statement.
3
Views
Open in Slack
Previous
Next