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 a Tauri app
  • SQL migrations or database schema setup
  • Running queries from the frontend

Trigger phrases include:

  • "sql", "sqlite", "database", "postgres", "mysql", "migration", "db plugin"

How to use this skill

  1. Install the SQL plugin (with SQLite feature):
    cargo add tauri-plugin-sql --features sqlite
    
  2. Register the plugin with migrations in your Tauri builder:
Related skills

More from partme-ai/full-stack-skills

Installs
7
GitHub Stars
379
First Seen
Mar 25, 2026