QueryKit/QueryKit
A simple CoreData query language for Swift and Objective-C. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4471
- days_rel: n/a
- days_push: 1910
- n_releases_24m: 0
Adoption not part of the score
1457 stars · 87 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
QueryKit is a Swift and Objective-C library providing a simple, type-safe query language for Core Data. It offers a QuerySet API with lazy evaluation, chaining filters, ordering, slicing, and fetch operations built on Swift KeyPaths.
Use cases
- filter core data entities with type-safe keypath predicates
- chain multiple filters and excludes on a core data query
- sort and slice core data results lazily
- count or fetch first/last objects from core data
- batch delete objects matching a query
When to choose
- you use Core Data and want type-safe queries instead of string-based NSPredicate formats
- you want a Django-like QuerySet API in Swift
- you prefer lazy, chainable query construction
When to avoid
- you don't use Core Data
- you need a actively maintained library with recent releases
- you need server-side or non-Apple-platform querying
Facets
library · maturity maintenance
database orm search-engine databases developer-tools mobile-development core-data query-language type-safe keypath nspredicate swift objective-c ios macos
3 sources
- readme: https://github.com/QueryKit/QueryKit · fetched 2026-08-28 · ba7fa864d12b
- homepage: http://querykit.org/ · fetched 2026-08-29 · 2b5856643ffd
- site_page: https://querykit.org/about-us · fetched 2026-08-29 · 5046a76d2012
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| QueryKit/QueryKit | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="QueryKit/QueryKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem