Bulk Insert to db

Could someone please point me to documentation that shows how to insert data in bulk in the database?
Thanks!

Hi @adityachakra16,

You can scan the Parse documentation for reference for certain functions that are not available in the moralis documentation. Moralis uses Parse to power the server functionalities so you can get an extensive look at all the functions available to us.

The closest to inserting bulk data can be found here - http://parseplatform.org/Parse-SDK-JS/api/3.2.0/Parse.Object.html#.saveAll

Hope this helps.

A.Malik

1 Like

Thanks @malik, this is helpful.