Was ist rusqlite-guide?
Rusqlite + SQLite-Datenbankhandbuch. Verbindung, CRUD, Transaktionen, FTS5-Volltextsuche, Migrationen. Quelle: daiki48/dotfiles.
Rusqlite + SQLite-Datenbankhandbuch. Verbindung, CRUD, Transaktionen, FTS5-Volltextsuche, Migrationen.
Installieren Sie den KI-Skill rusqlite-guide schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: daiki48/dotfiles.
| Word | axum | Contains "axum" | | Multiple | axum handler | Contains both (AND) | | Prefix | hand | Starts with "hand" | | Phrase | "error handling" | Exact phrase | | OR | axum OR leptos | Either one | | NOT | axum NOT leptos | Has axum, not leptos |
| Compile-time check | No | query! macro | | Connection | Sync (file) | Async (network) | | Migrations | Manual (PRAGMA) | sqlx-cli | | ENUM | No (use INTEGER) | Native | | Full-text search | FTS5 | tsvector | | Use case | Single-user app | Multi-user SaaS |
Rusqlite + SQLite-Datenbankhandbuch. Verbindung, CRUD, Transaktionen, FTS5-Volltextsuche, Migrationen. Quelle: daiki48/dotfiles.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guideRusqlite + SQLite-Datenbankhandbuch. Verbindung, CRUD, Transaktionen, FTS5-Volltextsuche, Migrationen. Quelle: daiki48/dotfiles.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/daiki48/dotfiles