Skip to main content

Crate tauri_plugin_persistence

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
ContextDB
ContextFileHandle
ContextState
Database
FileHandle
Persistence
Access to the persistence APIs.
Transaction

Enums§

Error
FileHandleMode

Traits§

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

Functions§

init
Initializes the plugin.

Type Aliases§

Result