-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad4bdb3
commit a1ea7ec
Showing
1 changed file
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
* Support features of `CREATE TRIGGER`: | ||
* allow specifying a condition for when the trigger should fire | ||
* Creating a batch-processing GenServer to reduce queries to the database. | ||
* Make watchers more generic (?). Don't need dependency on PubSub, but could make it an adapter or something | ||
* Allow watchers to support adapter pattern. Potential adapters: | ||
* Phoenix PubSub (the default, would work like it does now) | ||
* GenStage producer | ||
* Creating a batch-processing GenServer to reduce queries to the database. | ||
* Allow for local broadcasting of Phoenix.PubSub messages | ||
|