blob: eea107343d24ae606698c6cc9005720991c42982 [file] [log] [blame]
.. _chapter-pw-kvs:
.. default-domain:: cpp
.. highlight:: cpp
------
pw_kvs
------
``pw_kvs`` is Pigweed's Key Value Store (KVS) library. KVS is a flash-backed
persistent storage system with integrated wear-leveling that serves as a
relatively lightweight alternative to a file system.
.. note::
The documentation for this module is currently incomplete.