Closed suda closed 6 years ago
This PR will allow specifying table name and the operation in the message like so:
msg.table = 'Foo'; msg.operation = 'find'; msg.recId = 'rectgGmxA2D35nP4a';
@suda Thank you for PR. operation is also sent as a msg, but what should I do if an unsupported string is sent? I think you need the switch statement default.
operation
msg
Good call! I added a default statement :)
default
This PR will allow specifying table name and the operation in the message like so: