What is rusqlite-guide?
rusqlite + SQLite database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations. Source: daiki48/dotfiles.
rusqlite + SQLite database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations.
Quickly install rusqlite-guide AI skill to your development environment via command line
Source: 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 database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations. Source: daiki48/dotfiles.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guiderusqlite + SQLite database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations. Source: daiki48/dotfiles.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/daiki48/dotfiles