Tuesday, 2 April 2019

NodeJS Approach required : How to migrate data from master table to two tables in the same order as master having as much async code as possible

For example: if master table is (id, uuid, op_1, op_2) then tables should be table1(id, uuid) table2(id, op_1, op_2)Table 1 & 2 having same order as master table is priority with as much async code as possible.SQL part not required. Just the approach to the problem...if i should use promise or async/await or there is no such requirement

Submitted April 03, 2019 at 04:43AM by nikhilsirohi

No comments:

Post a Comment