Release query Tools v0.1.0

This commit is contained in:
2026-09-01 14:10:51 +02:00
commit 2730ce08b2
59 changed files with 8775 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Accessibility
Native labelled controls, tables, headings, status regions, details and dialogs are keyboard accessible with visible focus. Table, tree and JSON result representations provide alternatives and the responsive layout follows toolbox light/dark/system themes.
+3
View File
@@ -0,0 +1,3 @@
# Architecture
`core/data.ts` performs bounded static parsing into JSON-compatible values. `core/query.ts` tokenizes a fixed grammar, interprets field paths and returns an explain plan; it never compiles or evaluates code. React retains the last valid dataset/result after errors. Relative assets and a same-origin service worker support nested offline deployment.
+3
View File
@@ -0,0 +1,3 @@
# Privacy and security
Data stays in browser memory. Saved query text uses localStorage only. There is no telemetry, remote schema resolution, query execution endpoint, URL fetch, eval or dynamic function construction. Exports require an explicit action. Limits are documented in README.