7 releases

0.3.0 Aug 10, 2024
0.2.4 Aug 10, 2024
0.1.1 Aug 8, 2024

#2231 in Database interfaces

Download history 21/week @ 2024-08-13 20/week @ 2024-09-10 1/week @ 2024-09-17 17/week @ 2024-09-24 5/week @ 2024-10-01

224 downloads per month

Custom license

58KB
1.5K SLoC

Pouch

A really tiny KV store.

Crates

Crate Version
Server pouch-server
CLI pouch-server
SDK pouch-server

Building from source

Both the server and the cli can be built from the repository root. The binaries can be found at target/release or target/debug depending on the profile.

Running tests

All tests can be run from the repository root.

cargo test
# For debug builds
cargo build

# For release builds
cargo build --release

Dependencies

~5–15MB
~179K SLoC