Use when writing raw SQL with GRDB, complex joins across 4+ tables, window functions, ValueObservation for reactive queries, or dropping down from SQLiteData for performance. Direct SQLite access for iOS/macOS with type-safe queries and migrations.
Installation
SKILL.md
Direct SQLite access using GRDB.swift - type-safe Swift wrapper with full SQLite power when you need it.
ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.
| Getting Started | Setting up DatabaseQueue or DatabasePool | | Queries | Writing raw SQL, Record types, type-safe queries | | Value Observation | Reactive queries, SwiftUI integration | | Migrations | DatabaseMigrator, schema evolution | | Performance | EXPLAIN QUERY PLAN, indexing, profiling |
Use when writing raw SQL with GRDB, complex joins across 4+ tables, window functions, ValueObservation for reactive queries, or dropping down from SQLiteData for performance. Direct SQLite access for iOS/macOS with type-safe queries and migrations. Source: johnrogers/claude-swift-engineering.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill grdb- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is grdb?
Use when writing raw SQL with GRDB, complex joins across 4+ tables, window functions, ValueObservation for reactive queries, or dropping down from SQLiteData for performance. Direct SQLite access for iOS/macOS with type-safe queries and migrations. Source: johnrogers/claude-swift-engineering.
How do I install grdb?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/johnrogers/claude-swift-engineering --skill grdb Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/johnrogers/claude-swift-engineering
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01