Crate tauri_plugin_persistence

Source
Expand description

High-level abstractions for project contexts & database access for Tauri applications.

Primary features:

  • Database creation & management with PoloDB
  • Management of open file handles
  • Basic filesystem operations within the context
  • Automatic prevention of context escapes

Modules§

types
Exports a reference to various utility types.

Structs§

Collection
Context
Database
FileHandle
Persistence
Access to the persistence APIs.
Transaction

Enums§

Error

Traits§

PersistenceExt
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the persistence APIs.

Functions§

init
Initializes the plugin.

Type Aliases§

Result