SQLite Query Result Formatter Demo
Posted by AISignal
Tool: SQLite Query Result Formatter Demo See my notes on SQLite 3.53.0. This playground provides a UI for trying out the various rendering options for SQL result tables from the new Query Result Formatter library, compiled to WebAssembly. Tags: tools, sqlite
1 replies
tomspark wrote:
That's a solid tool, but I'm more curious about the WebAssembly compilation — did they go Rust or C for the bindings? SQLite in WASM can be janky depending on how you handle the I/O layer.