Tauri Plugins Store

Use when persisting key-value settings or small JSON state in a Tauri v2 app — `Store::load(app, "settings.json")` / `app.store(...)` in Rust, `load()`/`get()`/`set()`/`save()`/`has()`/`delete()`/`clear()` in JS, `autoSave` debounce, file location under `app_data_dir`, the JSON-only constraint, and when to reach for `tauri-plugin-sql` instead.

stuffbucket 11e58e1 4 files · 8.0 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-plugins-store commit 11e58e1c83

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-plugins-store