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