grdb

Installation
SKILL.md

GRDB

Direct SQLite access using GRDB.swift - type-safe Swift wrapper with full SQLite power when you need it.

Reference Loading Guide

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.

Reference Load When
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

When to Use GRDB vs SQLiteData

Related skills
Installs
97
GitHub Stars
205
First Seen
Jan 24, 2026