This package allows you to conveniently interact with sqlite databases on the client using drizzle orm
The Replay app uses different database backends depending on the platform: - **Tauri (desktop)**: SQLite with Drizzle ORM - **Web**: IndexedDB with the `idb` library
Interface with SQL databases
Tauri API definitions
Command line interface for building Tauri apps
Command line interface for building Tauri apps
Command line interface for building Tauri apps
Open files and URLs using their default application.

Command line interface for building Tauri apps
Access the file system.


Command line interface for building Tauri apps
Simple, persistent key-value store.




Command line interface for building Tauri apps
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.

Set your Tauri application as the default handler for an URL
Command line interface for building Tauri apps