tree: c5af3cb1df3dd30a0bcafcc42e33e1ad368ff800 [path history] [tgz]
  1. _add_read_item_tutorial.md
  2. _baseline_tutorial.md
  3. _callout.md
  4. README.md
docs/development/languages/fidl/examples/key-value-store/README.md

FIDL case study: key-value store

In this example, we start by creating a simple write-only key-value store, then proceed to augment its functionality with various capabilities, such as reading from the store, iterating over its members, and creating backups.

Creating a write-only key-value store

<<_baseline_tutorial.md>>

Adding support for reading from the store

<<_add_read_item_tutorial.md>>