Interface de alto nivel para consultas SQL en Tauri usando tauri-plugin-sql
A fork of tauri-plugin-sql using rusqlite, supporting only SQLite with added transaction capabilities.
Interface with SQL databases
Access the file system.

Open files and URLs using their default application.






Simple, persistent key-value store.

Set your Tauri application as the default handler for an URL
Tauri API definitions
Configurable logging for your Tauri app.
Save window positions and sizes and restore them when the app is reopened.
Command line interface for building Tauri apps


Command line interface for building Tauri apps
The Replay app uses different database backends depending on the platform: - **Tauri (desktop)**: SQLite with Drizzle ORM - **Web**: IndexedDB with the `idb` library
Command line interface for building Tauri apps
Interface with SQL databases.
Tauri SQLite plugin using rusqlite
tauri plugin for sqlite
Interface with SQL databases.