blueprint-store-local-database 0.2.0-alpha.5

Local database storage provider for the Blueprint SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# blueprint-store-local-database

Local JSON-backed key/value storage provider.

## What it provides

- `LocalDatabase<T>` typed key/value API.
- Atomic flush behavior (temp-file + rename) for safer writes.
- Common operations: `set`, `get`, `remove`, `update`, `replace`, `entries`.

## When to use

Use for simple local persistence needs in development and lightweight runtime state.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/stores/local-database