htmx-sqlite
JSON →An htmx extension that enables SQLite database queries directly from HTML attributes using either HTTP remote databases or the Origin Private File System (OPFS) in the browser. Version 1.9.3 wraps the sqlite-wasm-http library to provide declarative CRUD operations via hx-get, hx-put, hx-post, hx-delete attributes, supporting bind parameters and streaming row-by-row responses. It emits custom htmx events for progress and completion. Currently experimental with limited real-world use; requires copying worker files and a .wasm binary to the server due to cross-domain Web Worker restrictions. Key differentiator: brings serverless SQLite to htmx without a backend, but is early-stage and may have caching issues with the default shared backend.
Resources
packagehtmx-sqlite ↗