Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 343 Bytes

Pouch

A really tiny KV store.

Building from source

The repository build system outputs binaries for both the server and the CLI. Additionally, OCI containers are also built for multiple architectures.

bazelisk build //...

Running tests

All tests can be run from the repository root.

bazelisk test //...