# tauri-store
Persistent stores for Tauri.
## 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](https://tb.dev.br/tauri-store/) for more information on how to install and use the plugins.
## Plugins
Currently, the following plugins are available:
| [tauri-plugin-pinia](https://tb.dev.br/tauri-store/guide/getting-started?plugin=tauri-plugin-pinia) | [](https://www.npmjs.com/package/tauri-plugin-pinia) | Vue, Nuxt |
| [tauri-plugin-svelte](https://tb.dev.br/tauri-store/guide/getting-started?plugin=tauri-plugin-svelte) | [](https://www.npmjs.com/package/tauri-plugin-svelte) | Svelte |
| [tauri-plugin-valtio](https://tb.dev.br/tauri-store/guide/getting-started?plugin=tauri-plugin-valtio) | [](https://www.npmjs.com/package/tauri-plugin-valtio) | React |
## Supported Tauri Version
The plugins require Tauri `2.0` or later.