blob: b98bb66940e3bf19c28d2f6b2e003be1e40b261f [file] [log] [blame] [view]
# Key-value store: Baseline example
This page details how to create an example write-only key-value
store defining interface definitions and a test harness as well as client/server implementations.
## Getting started {#baseline}
<<_baseline_tutorial.md>>
## What's next?
[Key-value store: Improving the design](/docs/development/languages/fidl/examples/key_value_store/improving-key-value-store.md) details how to add to this baseline key-value
store. Specifically, this details how to complete the following:
+ Adding support for reading from the store
+ Using generic values
+ Supporting nested key-value stores
+ Adding support for iterating the store
+ Enabling exporting backups