pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamboo Storage to StorIO

Merlinkoss opened this issue · comments

commented

I use Bamboo storage in my project,
But you impove this project to StorIO

How can i migrate?

Hi, @Merlinkoss
StorIO was completely rewritten since it was Bamboo storage =(
There are some analogies like:
bambooStorage.addListener(ABambooStorageListener) -> storIOSQLite.observeChangesOfTag("particular_change_tag")
bambooStorage.addOrUpdate(yourStorableItem) -> storIOSQLite.put()
bambooStorage.countOfItems(classOfStorableItems) -> storIOSQLite.get().umberOfResults()
But it is totally different api, we didn't keep continuity of versioning from bamboo and all db calls must be rewritten from scratch