zerodds-durability-store-sqlite 1.0.0-rc.5

sqlite-WAL cold adapter for the ZeroDDS Durability-Service: ACID PERSISTENT storage, the default backend. Implements zerodds-durability-store::DurabilityStore.
Documentation

zerodds-durability-store-sqlite

sqlite-WAL cold adapter for the ZeroDDS Durability-Service: ACID PERSISTENT storage, the default backend. Implements zerodds-durability-store::DurabilityStore.

Part of ZeroDDS. Safety classification: STANDARD.

Status

This README is auto-generated from Cargo.toml metadata. For hand-written documentation see the rustdoc on the crate's public items, or the relevant station in the Documentation Trail.

Usage

Add to your Cargo.toml:

[dependencies]
zerodds-durability-store-sqlite = { path = "../path/to/durability-store-sqlite" }
# or, when published:
# zerodds-durability-store-sqlite = "0.x"

Tests

cargo test -p zerodds-durability-store-sqlite

See also