kanyun-inc/YTKKeyValueStore
A simple Key-Value storage tool, using Sqlite as backend. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4352
- days_rel: n/a
- days_push: 1396
- n_releases_24m: 0
Adoption not part of the score
2123 stars · 462 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight Objective-C key-value storage library for iOS that uses SQLite as its backend, storing values as JSON. It offers a simple API for creating tables and persisting strings, numbers, dictionaries, and arrays.
Use cases
- persist key-value data locally on ios
- cache api responses in an ios app
- store json objects in sqlite without writing sql
- simple local storage for small datasets on mobile
- replace core data with a lightweight key-value store
When to choose
- you need simple key-value persistence in an Objective-C iOS app
- your data volume is small and a JSON-backed SQLite table suffices
- you want a tiny, easy-to-audit library (under 400 lines)
When to avoid
- you need complex queries, relationships, or indexing beyond key lookup
- you are building in Swift and prefer modern storage like SwiftData or GRDB
- you need high-performance or large-scale storage where LevelDB-style engines fit better
Facets
library · maturity maintenance
database serialization caching mobile-development databases objective-c sqlite key-value-store cocoapods json-storage ios macos mobile
1 source
- readme: https://github.com/kanyun-inc/YTKKeyValueStore · fetched 2026-08-28 · 522312f81341
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kanyun-inc/YTKKeyValueStore | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="kanyun-inc/YTKKeyValueStore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem