Skip to main content

Module foreign

Module foreign 

Source
Expand description

HasForeign — cross-persistence reference with user-provided resolution.

The user supplies a sync closure that receives the source table and returns an AnyTable with deferred conditions attached. The actual async work (fetching IDs, querying the foreign backend) happens lazily at query time via DeferredFn inside the target’s condition system.

Structs§

HasForeign