li6185377/LKDBHelper-SQLite-ORM
全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 81
- Release rhythm 49
- 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: 39
- age_days: 4888
- days_rel: 261
- days_push: 119
- n_releases_24m: 4
Adoption not part of the score
1209 stars · 285 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LKDBHelper is an automatic SQLite ORM library for iOS written in Objective-C, built on FMDB. It provides thread-safe automatic insert, query, update, and delete operations for a wide range of property types, plus database corruption recovery and performance tuning options.
Use cases
- persist Objective-C model objects to SQLite without writing SQL
- automatically save and load models with NSArray, NSDictionary, NSDate, UIImage and other property types
- use a thread-safe SQLite ORM that avoids recursive deadlocks
- encrypt a local SQLite database with SQLCipher
- repair a corrupted SQLite database (SQLITE_CORRUPT / malformed disk image)
- tune SQLite performance with PRAGMA settings like mmap_size, cache_size, and WAL mode
When to choose
- building an iOS app in Objective-C that needs simple automatic SQLite persistence
- you want an ORM that handles many property types (collections, images, structs) without manual mapping
- you need battle-tested stability for high-traffic production apps
- you require optional database encryption or corruption recovery tooling
When to avoid
- developing for Android, cross-platform, or non-Apple platforms
- your project requires Swift-native or Core Data integration
- you need a reactive or async-first database layer like Realm or GRDB
- targeting iOS versions below 12 without pinning older FMDB and LKDBHelper versions
Facets
library · maturity active
orm database database-driver databases mobile-development developer-tools sqlite objective-c fmdb thread-safe sqlcipher database-recovery ios mobile
1 source
- readme: https://github.com/li6185377/LKDBHelper-SQLite-ORM · fetched 2026-08-28 · 9e210f6bb132
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| li6185377/LKDBHelper-SQLite-ORM | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="li6185377/LKDBHelper-SQLite-ORM")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem