Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Bulk save documents within a transaction #301

@Rub21

Description

@Rub21

Is there a way to load an array of objects using saveDoc() once?

For Example:

var arrayList =[{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 ! ');
});

each objects should be a row!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions