Skip to main content

Module sqlite

Module sqlite 

Source

Structs§

SqliteStore
Clone is derived because the underlying SqlitePool is itself Clone (it’s Arc<PoolInner> internally) — cloning the store hands back a new wrapper around the same connection pool. The instance_id is per-store identity (heartbeat row tag), shared across clones so all clones look like the same instance to engine.lock.