You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2019. It is now read-only.
Is there a way to load an array of objects using saveDoc() once?
For Example:
vararrayList=[{a:12},{b:45},{c:56},....{xxx:45}];// Thousands if objects in the array. db.saveDoc("table",arrayList,function(err,res){console.log('All rows were saved ! ');});