About this tool
DuckDB Explorer is a read-only browser tool for opening a local DuckDB database, understanding its overall structure first, and then drilling into the data you need. Inspect schemas, tables, views, columns, estimated row counts, file size, and DuckDB version, then browse tables and views 100 rows at a time.
It also supports search, column filters, sorting, nested-value details, on-demand column profiling, guarded read-only SQL, data-dictionary HTML export, and structural comparison with another DuckDB file. The app does not send selected database files, SQL text, searches, or results to an external server.
Good for
- Quickly inspect which schemas, tables, views, and columns are present in a received DuckDB file
- Investigate data with search, sorting, column profiling, and read-only SQL without modifying the database
- Compare structural differences such as tables, column definitions, and view SQL between two DuckDB files
- Save database structure and completed column profiles as a shareable data-dictionary HTML