DuckDB
DuckDB is a fast, file-based database. It does not require a background server process, making it incredibly lightweight and portable.
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
.duckdbdatabase files directly from the Kythia UI.
Data Location
Section titled “Data Location”All your managed DuckDB database files are stored centrally at:
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.
