Tencent/wcdb
WCDB is a cross-platform database framework developed by WeChat. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 76
- Release rhythm 65
- Longevity 100
Flags: no_license
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: 57.5
- age_days: 3401
- days_rel: 159
- days_push: 145
- n_releases_24m: 9
Adoption not part of the score
11631 stars · 1500 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
WCDB is a cross-platform mobile database framework developed by WeChat, built on SQLite and SQLCipher. It provides ORM and a native query language (WINQ) across C++, Java, Kotlin, Swift, and Objective-C.
Use cases
- store structured data locally on iOS or Android
- encrypt a local SQLite database with SQLCipher
- map objects to database tables without writing SQL strings
- share one database layer across mobile and desktop platforms
- perform CRUD operations from Swift or Kotlin with type-safe queries
When to choose
- you need an encrypted, high-performance local database on mobile
- you want ORM support across multiple languages in one framework
- you are building a WeChat-scale app needing battle-tested storage
When to avoid
- you need a server-side or web-only database
- you prefer lightweight direct SQLite access without an ORM layer
- you need a database other than SQLite
Facets
library · maturity active
database orm database-driver cryptography databases mobile-development cross-platform security windows cpp jvm sqlite sqlcipher wechat mobile-database winq objective-c kotlin openharmony android ios macos linux swift
1 source
- readme: https://github.com/Tencent/wcdb · fetched 2026-08-28 · a954aca198ab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tencent/wcdb | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem