Skip to content

Commit

Permalink
TODO: two ideas from groue/GRDB.swift#601
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 26, 2019
1 parent 46c0358 commit 1bdebc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ late type erasing.
TODO RxRGDB: We could avoid this churn by exposing observables
without the `rx` joiner, directly on DatabaseWriter and
DatabaseReader protocols, as in GRDBCombine.

- [ ] Expose a new observation mode that doesn't guarantee the notification of all changes, but can start immediately when one uses a DatabasePool. See https://github.com/groue/GRDB.swift/issues/601#issuecomment-524545056

- [ ] Optimization: cancel the initial fetch of a value observation, and its registration as a database observer, if the wrapping Observable has been cancelled. See https://github.com/groue/GRDB.swift/issues/601#issuecomment-524648244

0 comments on commit 1bdebc6

Please sign in to comment.