Expand description
SDK-backed backend implementation. SDK-backed backend skeleton.
This backend is the production-facing seam: it owns the configured
inline-sdk clients and durable store. Network-backed realtime sync and
transaction managers will be added behind this type without changing the
native client API or runner shape.
Structs§
- SdkBackend
- Production-facing backend composed from
inline-sdkand a client store. - SdkBackend
Builder - Builder for
SdkBackend.
Enums§
- SdkBackend
Build Error - Error returned when building an
SdkBackend.