Mapping SQLite result columns back to their source `table.column`

📰 Simon Willison's Blog

Research: Mapping SQLite result columns back to their source `table.column` It would be neat if arbitrary SQL queries in Datasette could be rendered with additional information based on which columns from which tables were included in the results. To build that, we would need to be able to look at a SQL query like select users.name

Published 13 Jun 2026
Read full article → ← Back to Reads