square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

How can I observe one of insert / update / delete / select #160

Closed drozdzynski closed 7 years ago

drozdzynski commented 7 years ago

Hello,

can I and if can, how observe one of insert / update / delete / select, or all without select?

JakeWharton commented 7 years ago

I don't understand the question.

drozdzynski commented 7 years ago

I want observe only insert, update and delete query