From 1bdc9b730e44b50ec8360add62ec66f55f97a188 Mon Sep 17 00:00:00 2001 From: codecolorist Date: Tue, 14 Apr 2026 19:48:27 +0200 Subject: [PATCH] Revise data query engines description in README Updated technical details about data query engines. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a78e4af..54ce57d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,7 @@ Web frontend for the Entitlement Database — browse iOS and macOS entitlements Built as a static Next.js site deployed to GitHub Pages. -Uses a dual-engine approach for data queries: - -1. **WASM Engine** (primary) — Loads `ent.db` SQLite database into the browser via `@sqlite.org/sqlite-wasm`. Supports arbitrary SQL queries for rich data views and cross-version analysis. - -2. **KV Engine** (fallback) — Uses pre-built static KV files with HTTP Range requests when WebAssembly is not available. +It uses pre-built static KV format (on top of JSON) with HTTP Range requests. ## Related Repositories