surreal-sync-runtime 0.6.0

Shared runtime: apply pipeline, init, SurrealDB config, and transform loading for surreal-sync
Documentation
1
2
3
4
5
6
//! Connect a SurrealDB sink (and matching checkpoint store) from [`SurrealConfig`].
//!
//! Definitions live in [`surreal_sync_core`]; this module re-exports them for
//! existing `surreal_sync_runtime::{SinkConnect, SinkWithCheckpoints}` imports.

pub use surreal_sync_core::{SinkConnect, SinkWithCheckpoints};