SQLite Query Explainer
Interactive SQLite query explainer tool that annotates EXPLAIN and EXPLAIN QUERY PLAN output with plain-English descriptions.
Interactive SQLite query explainer tool that annotates EXPLAIN and EXPLAIN QUERY PLAN output with plain-English descriptions.
Interactive browser tool that explains SQLite query execution with plain-English annotations for EXPLAIN and EXPLAIN QUERY PLAN output.
Running Python ASGI apps in the browser using Pyodide and a service worker, eliminating backend servers.
Running Python ASGI apps in the browser using Pyodide and service workers, enabling serverless web apps.
Introduces cysqlite, a new SQLite driver for Python written in Cython, with improved transaction handling and WASM support for Pyodide.
Introducing cysqlite, a new SQLite driver for Python written in Cython, with improved transaction handling and WASM support.
Explores using Pyodide to build AI agents that write temporary code for non-coding tasks, focusing on sandboxed execution and virtual file systems.
Explains how to monkey patch Python's requests library to work in PyScript/Pyodide by using pyodide.open_url() for HTTP calls.