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
- File
Handle - Persistence
- Access to the persistence APIs.
- Transaction
Enums§
Traits§
- Persistence
Ext - Extensions to
tauri::App,tauri::AppHandleandtauri::Windowto access the persistence APIs.
Functions§
- init
- Initializes the plugin.