05.01.2019, 13:43
I've found such methods called on multiple objects:
Are they send only one request to db so maybe they are better in some complex task than sending a lot of single commands?
Code:
-- write value (e.g. 127) to the object
myobjects:write(127)
-- read all tagged objects
myobjects:read()
Are they send only one request to db so maybe they are better in some complex task than sending a lot of single commands?
Done is better than perfect