AthasAthasDocs

Search documentation

Find a guide or reference page.

DocsDatabases

DuckDB

Open DuckDB files through the Athas database provider system.

On this page3 sections

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.