Release Query Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 10:28:20 +02:00
parent 2730ce08b2
commit f44d0598da
34 changed files with 5153 additions and 300 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
# 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.
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.
DuckDB mode loads the bounded dataset into an in-memory table inside a
disposable worker using same-origin bundled JavaScript and WASM. External access,
extension installation and extension auto-loading are disabled. The app exposes
no database connection or file/network query surface; completion, cancellation
and hard deadlines terminate the worker. The host CSP retains
`connect-src 'self'`, and browser tests fail on third-party requests. Input,
result, memory and time limits are documented in README.