Skip to content

Commit

Permalink
moved source TODO to issue #554
Browse files Browse the repository at this point in the history
  • Loading branch information
jberdine committed Nov 27, 2024
1 parent bcf3147 commit 6ce8272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/docs/externals.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ If more control is required or your external system does not fit this form, then

For example, your service can keep track of open resources and combine requests to the external service if it supports batched requests, reducing request load and potentially allowing more optimized execution in the non-reactive system.
Similarly, an external relational database may support some limited form of reactivity/listening, such as PostgreSQL's `pg_notify`; in that case, a custom Skip `ExteralService` can interpret those updates into a form suitable for use within the Skip framework.
TODO: work out some examples here?

0 comments on commit 6ce8272

Please sign in to comment.