Interface with SQLCipher databases
Tauri API definitions

Open files and URLs using their default application.




Access the file system.

Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
Command line interface for building Tauri apps
Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version

Simple, persistent key-value store.
Set your Tauri application as the default handler for an URL

Interface with SQL databases
Configurable logging for your Tauri app.
Save window positions and sizes and restore them when the app is reopened.


SQLite driver for Cordova apps using localForage.
Command line interface for building Tauri apps