tauri-plugin-persistence
A wrapper plugin for several persistence backends, focused on managing complex project folders with less boilerplate.
Installation
# Install cargo dependency
# Install JS dependency
Setup
The plugin must be initialized in Rust. A basic example follows:
Usage
The plugin's functions can be accessed in Rust from app.persistence(), or in the frontend (see the example).