This skill provides Claude with the specialized knowledge required to implement and optimize GRDB.swift in iOS, macOS, watchOS, and tvOS applications. It bridges the gap between high-level database abstractions and raw SQL, allowing developers to handle complex multi-table joins, window functions, and sophisticated migration logic. By utilizing this skill, Claude can generate type-safe queries, set up reactive ValueObservation patterns for real-time UI updates, and perform deep performance profiling using SQLite's query plan analysis to ensure database operations remain fast and efficient.
주요 기능
01Reactive query observation via ValueObservation and Combine integration
02Type-safe Swift wrappers for raw SQL and complex database joins
03233 GitHub stars
04Performance profiling with EXPLAIN QUERY PLAN and database tracing
05Advanced DatabaseMigrator patterns for safe schema evolution
06Support for both DatabaseQueue and concurrent DatabasePool architectures