tauri-plugin-persistence 0.1.1

A wrapper plugin for several persistence backends, focused on managing complex project folders with less boilerplate.
1
2
3
4
5
6
7
8
[default]
description = "Default permissions for the plugin"
permissions = [
    "allow-context",
    "allow-database-operations",
    "allow-file-operations",
    "allow-fs-operations"
]