How to post multiple models to backend?

Is there any way to post multiple models to backend in once time?

Could store.createRecord() create an array for post?

It is not something ember-data supports yet. The best way would be to do this in the adapter now. For the ember-pouch adapter you could use standard bulk-operations. Check if your adapter supports bulk-operations.

1 Like