DuckDB

DuckDB support is available through the Athas database provider system.

Open DuckDB Files

Install the DuckDB provider from Settings > Extensions, then open a .duckdb or .duck file from the file tree or with the athas CLI.

What You Can Do

  • Browse tables and views
  • Inspect columns and schema details
  • Run SQL queries
  • Filter and search result data
  • Copy or export result data when available

Notes

DuckDB is file-based like SQLite, but it is delivered as an installable database provider rather than as the built-in default provider.