mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-11 07:17:47 +02:00
03286dca14071d767d2ff8a6aea7b5cfcfc830dc
- Convert XML plist to JSON for proper key sorting and comparison - Generate normalized XML from sorted JSON for diffing - Hide unchanged lines in diff view (collapsedContextThreshold: 0) - Simplify diffPlistKeys to use JSON comparison
entdb-web
Web frontend for the Entitlement Database.
Uses a WASM SQLite3 query engine as the primary data source for rich queries, with a KV-based fallback for browsers that don't support WebAssembly.
Built as a static Next.js site deployed to GitHub Pages.
Data Sources
The frontend uses a dual-engine approach:
-
WASM Engine (primary) — Loads
ent.dbSQLite database into the browser via@sqlite.org/sqlite-wasm. Supports arbitrary SQL queries for rich data views and cross-version analysis. -
KV Engine (fallback) — Uses pre-built static KV files (index + blob) with HTTP Range requests. Used when WebAssembly is not available.
Related Repos
- entdb-indexer — Crontab workflow to discover and index firmware
- entdb-data — Raw entitlement data repository
Description
Languages
TypeScript
96.9%
CSS
3%