tauri-impl-database skillA
tauri-impl-database is agent-read markdown (skill) from impertio-studio/tauri-2-claude-skill-package: Use when adding database storage, implementing key-value persistence, or integrating SQL databases in Tauri 2 apps. Prevents data loss from missing store auto-save configuration and SQL injection from unparameterized queries. Covers SQLite via tauri-plugin-sql, key-value storage via tauri-plugin-store, and custom DB integration with sqlx/diesel/rusqlite. Keywords: tauri database, SQLite, tauri-plugin-sql, tauri-plugin-store, key-value storage, sqlx, diesel, rusqlite, save data locally, SQLite, p.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# tauri-impl-database
## Decision Tree: Which Storage Approach
```
Need persistent data in Tauri 2?
|
+-- Simple key-value pairs (settings, preferences, cache)?
| --> tauri-plugin-store (Section 1)
|
+-- Relational data with SQL queries?
| |
| +-- Frontend-driven queries (JS/TS calls SQL directly)?
| | --> tauri-plugin-sql (Section 2)
| |
| +-- Backend-driven queries (Rust owns the data layer)?
| --> Custom DB via Rust commands (Section 3)
|
+-- Encrypted storage for secrets?
--> tauri-plugin-stronghold (out of scope, see plugin docs)
```
---
## Section 1: tauri-plugin-store (Key-Value Storage)
### When to Use
Use `tauri-plugin-store` for user preferences, application settings, small cache data, and any scenario where you need persistent key-value pairs without relational queries.
### Setup
**Rust side** (`src-tauri/Cargo.toml`):
```toml
[dependencies]
tauri-plugin-store = "2"
```
**Register the plugin** (`src-tauri/src/lib.rs`):
```rust
tauri::Builder::default()
.plugin(tauri_plugin_store::Builder::default().build())
.run(tauri::generate_context!())
.expect("error while running tauri application");
```
…Read the whole file at its exact version.
How to install
mdr add impertio-studio/tauri-2-claude-skill-package/tauri-impl-database@v1.0mdr add impertio-studio/tauri-2-claude-skill-package/tauri-impl-database@sha256:4c0fe7ba35ca1ff5Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_qap2kz5audtxxckq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0 latest | 2026-03-30 | ebe35c0 | 12,455 B | A | view · diff |
| v1.0 | 2026-03-19 | 8ab49f9 | 12,376 B | A | view · diff |
| v1.0 | 2026-03-19 | 3d23315 | 12,256 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (12455 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
impertio-studio/tauri-2-claude-skill-package · 4 stars · license MIT · pushed 2026-09-15 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_qap2kz5audtxxckq GET https://markdownregistry.com/api/v1/resolve?ref=impertio-studio/tauri-2-claude-skill-package/tauri-impl-database GET https://markdownregistry.com/api/v1/blob/4c0fe7ba35ca1ff5573725b0252c42f00c754b90886b39c3022acc2df148b43d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.