pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

first result (emit) for db observable #813

Closed Verichev closed 7 years ago

Verichev commented 7 years ago

Is it possible in storio subscribe only for changes in database, but without first emit (which just reads current data in a table)? Of course, I can do something like ...asObservable().skip(1) But it's actually reading table in vain for the first time!

nikitin-da commented 7 years ago

Hi, @Verichev you can use storIOSQLite.observeChangesInTable() for this