-
-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redesign the request protocol hierarchy:
DatabaseRequest -> SelectStatementRequest -> FetchRequest This commit has two goals: - introduce a protocol without any associated type which can feed RxGRDB multiple-requests observation methods without user pain (RxSwiftCommunity/RxGRDB#27 (comment)) - introduce a protocol that can feed RxGRDB observers and is able to execute multiple SQL queries (the eventual future "fetch all authors with all their books" request).
- Loading branch information
Showing
2 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters