When creating relational entries should i update()...
# orm-help
h
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
update
would be better as it can be done in a single statement.