·grdb

GRDB を使用した生の SQL、4 つ以上のテーブルにわたる複雑な結合、ウィンドウ関数、リアクティブ クエリ用の ValueObservation、またはパフォーマンスのために SQLiteData からドロップダウンを作成する場合に使用します。タイプセーフなクエリと移行による iOS/macOS 向けの直接 SQLite アクセス。

25インストール·0トレンド·@johnrogers

インストール

$npx skills add https://github.com/johnrogers/claude-swift-engineering --skill grdb

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 |

GRDB を使用した生の SQL、4 つ以上のテーブルにわたる複雑な結合、ウィンドウ関数、リアクティブ クエリ用の ValueObservation、またはパフォーマンスのために SQLiteData からドロップダウンを作成する場合に使用します。タイプセーフなクエリと移行による iOS/macOS 向けの直接 SQLite アクセス。 ソース: johnrogers/claude-swift-engineering。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill grdb
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

grdb とは?

GRDB を使用した生の SQL、4 つ以上のテーブルにわたる複雑な結合、ウィンドウ関数、リアクティブ クエリ用の ValueObservation、またはパフォーマンスのために SQLiteData からドロップダウンを作成する場合に使用します。タイプセーフなクエリと移行による iOS/macOS 向けの直接 SQLite アクセス。 ソース: johnrogers/claude-swift-engineering。

grdb のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/johnrogers/claude-swift-engineering --skill grdb インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/johnrogers/claude-swift-engineering