persistent-map 0.1.3

An easy-to-use, async, persistent key-value store for Rust, backed by SQLite and designed for extensibility with other storage backends.
Documentation

persistent-map

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 5 of them enabled by default.

default

in_memory (default)

This feature flag does not enable additional features.

runtime (default)

sqlite (default)

tokio (default)

tokio-rusqlite (default)

csv

csv_backend

sled

sled_backend