Skip to main content

Module buffer

Module buffer 

Source
Expand description

SQLite BufferStore implementation.

Persists buffered events plus their cursor as JSON TEXT. The generic cursor C must round-trip via serde_json. pending returns the current snapshot ordered by id; nack is a no-op. All SQLite work runs in spawn_blocking.

Structsยง

SqliteBufferStore
SqliteBufferStoreConfig
SqliteBufferStoreId