Kythia WorkspaceKythia Workspace

DuckDB

Using DuckDB in Kythia Workspace.

DuckDB is a fast, file-based database. It does not require a background server process, making it incredibly lightweight and portable.

Usage

In Kythia Workspace, you do not need to install a standalone DuckDB server.

Go to Databases -> DuckDB

Use the interface to create, manage, and delete .duckdb database files directly from the Kythia UI.

Data Location

All your managed DuckDB database files are stored centrally at:

C:\kythia\data\duckdb\

You can connect to these files using any standard database client (like DBeaver or DataGrip) or directly from your application's connection string by pointing to the absolute path of the file.

On this page