-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
questionFurther information is requestedFurther information is requested
Description
The description of the check
and load
callbacks https://hexdocs.pm/phoenix_sync/Phoenix.Sync.Writer.html#module-callbacks indicates that:
- check should not hit the DB (all checks are run together before iterating through the operations)
- load is not called for an insert
So where should I authorize an insert?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested