Write multiple row at a time
问题 I am using ionic v1 and angularjs and add value into database by using foreach loop but its getting slow to me(500 times execute this loop). Factory 1: self.query = function(query, parameters) { return $cordovaSQLite.execute(db, query, parameters).then(function(result) { //console.log(result); return result; }, function (error) { console.log(error); return error; }); }; Factory 2: self.add = function (url,data) { return DBA.query("INSERT OR REPLACE INTO offline_data (id, data) VALUES (?, ?)",