什麼是 rusqlite-guide?
rusqlite + SQLite 資料庫指南。连接、CRUD、事务、FTS5 全文搜索、迁移。 來源:daiki48/dotfiles。
rusqlite + SQLite 資料庫指南。连接、CRUD、事务、FTS5 全文搜索、迁移。
透過命令列快速安裝 rusqlite-guide AI 技能到你的開發環境
來源: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 資料庫指南。连接、CRUD、事务、FTS5 全文搜索、迁移。 來源:daiki48/dotfiles。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guiderusqlite + SQLite 資料庫指南。连接、CRUD、事务、FTS5 全文搜索、迁移。 來源:daiki48/dotfiles。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/daiki48/dotfiles