tauri-app-sql
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Using SQLite, MySQL, or PostgreSQL in Tauri / 在 Tauri 中使用 SQLite、MySQL 或 PostgreSQL
- SQL migrations or connection configuration / SQL 迁移或连接配置
- Secure frontend query access / 前端安全查询访问
Trigger phrases include:
- "sql", "sqlite", "postgres", "mysql", "migration"
- "数据库", "迁移", "连接配置", "SQL"
How to use this skill
- Select the database engine and connection string
- Configure migrations in tauri.conf.json
- Enable SQL plugin capabilities with scoped access
- Validate queries and error handling in the app flow
Outputs
- Database integration plan / 数据库集成方案
- Minimal-permission capability checklist / 最小权限能力清单
Scope
- Boundary: SQL plugin configuration and usage only
- Key points: Migrations setup and capability scoping
References
Keywords
tauri sql, sqlite, postgres, mysql, migrations, database
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1