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

Local database storage provider for the Blueprint SDK
Documentation

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