pmem/pmemkv-nodejs

Support method chaining

robfromboulder opened this issue · 1 comments

kv.addToList('key1',list1).remove('key1').put('key3','val3').put('key4','val4');

Closing, will stick with C++ calling convention