·rusqlite-guide
</>

rusqlite-guide

rusqlite + SQLite database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations.

9Installs·2Trend·@daiki48

Installation

$npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide

How to Install rusqlite-guide

Quickly install rusqlite-guide AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: daiki48/dotfiles.

SKILL.md

View raw

| 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/daiki48/dotfiles --skill rusqlite-guide
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from daiki48/dotfiles

Quick answers

What is rusqlite-guide?

rusqlite + SQLite database guide. Connection, CRUD, transactions, FTS5 full-text search, migrations. Source: daiki48/dotfiles.

How do I install rusqlite-guide?

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

Where is the source repository?

https://github.com/daiki48/dotfiles