tauri-store-utils

Crates.iotauri-store-utils
lib.rstauri-store-utils
version0.7.1
created_at2024-12-15 01:17:02.1753+00
updated_at2025-09-24 17:47:37.235527+00
descriptionUtilities for the Tauri store
homepagehttps://tb.dev.br/tauri-store
repositoryhttps://github.com/ferreira-tb/tauri-store
max_upload_size
id1483572
size133,322
Andrew Ferreira (ferreira-tb)

documentation

https://docs.rs/tauri-store-utils

README

tauri-store

Persistent stores for Tauri.

[!NOTE] This is not an official Tauri crate.

Features

  • Save your stores to disk.
  • Synchronize across multiple windows.
  • Debounce or throttle store updates.
  • Access the stores from both JavaScript and Rust.

Documentation

Check the documentation for more information on how to install and use the plugins.

Plugins

Currently, the following plugins are available:

Name Version Works with
tauri-store npm Everything
@tauri-store/pinia npm Vue, Nuxt
@tauri-store/svelte npm Svelte
@tauri-store/valtio npm React
@tauri-store/vue npm Vue, Nuxt
@tauri-store/zustand npm React

Supported Tauri Version

The plugins require Tauri 2.0 or later.

Commit count: 493

cargo fmt