Skip to main content
A duckdb database entry can be added by specifying type: duckdb in your ~/.config/oxy/config.yml file. The dataset field should point to the directory where your data is stored. We run SET file_search_path = '{}' within duckdb against the path you provide before any query.

Sample config entry