AISimon Willison3h ago

SQLite Query Result Formatter Demo

TL;DRNew web tool lets you test SQLite result formatting options in your browser.

Why it matters: Developers can preview how query results render before integrating the formatter into their apps.

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

Read full article

Source: Simon Willison · Opens in new tab