superfeedr / indexeddb-backbonejs-adapter

An indexedDB adapter for Backbonejs
http://blog.superfeedr.com/indexeddb-backbonejs-adapter/
MIT License
248 stars 61 forks source link

Any way to save a collection to database (batch insert) #75

Closed RomanKapitonov closed 9 years ago

RomanKapitonov commented 9 years ago

I could not find such functionality in the code so i'm interested if it's planned planned to implement that? I assume that should be a kind batch insert.

megawac commented 9 years ago

Does collection.create([models]) not work for you?

RomanKapitonov commented 9 years ago

@megawac oh, my bad. didn't notice at first glance, thank you