groue/grdb.swift

A toolkit for SQLite databases, with a focus on application development

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 7th, 2026
Created on June 30th, 2015
Open Issues & Pull Requests: 15 (+0)
GitHub issues: Enabled
Number of forks: 1,043
Total Stargazers: 8,640 (+0)
Total Subscribers: 82 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 hours
Mean response time: 8.5 days
90th percentile: 2.8 days
Tracked items: 131

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 273 days
Stale 30+ days: 5
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • support (64)
  • enhancement (20)
  • bug (6)
  • needs revisiting (5)
  • wontfix (5)
  • question (4)
  • SLOP (3)
  • invalid or off-topic (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GRDB.swift is a toolkit for SQLite databases with a focus on application development.

The library addresses the need to persist application data in SQLite while handling common database tasks without requiring developers to write raw SQL when they prefer not to. It provides SQL generation that lets you enhance application models with persistence and fetching methods, database observation to receive notifications when values change, robust concurrency support for multi-threaded applications including WAL databases, and schema migration tools. Developers can work at the level of abstraction they prefer, from generated SQL to raw SQL queries when needed.

The tool suits iOS, macOS, tvOS, and watchOS applications that need local data persistence. It works well for teams comfortable with SQLite who want to leverage their SQL skills while also having higher-level abstractions available. The library is particularly valuable when you need database observation capabilities or must handle concurrent reads and writes efficiently. It is installable via the Swift Package Manager.

The project maintains active engagement with its community through multiple channels including discussion forums and issue tracking. Development activity shows consistent attention to compatibility with current Swift tooling and platform requirements. The project has a long history of serving application developers and continues to evolve its capabilities.