Back to integrations
DuckDB
In-process SQL OLAP database management system, ideal for analytics workloads.
Warehouse
How nao works with DuckDB
nao connects directly to DuckDB and reads your schema on every sync, so the analytics agent stays aligned with your tables and columns. DuckDB runs in-process and locally, which fits naturally with nao's local-first approach: the agent queries your DuckDB database without data leaving your machine.
Business users ask questions in plain English and nao generates the SQL, runs it against DuckDB, and returns the answer with the query and source tables shown.
What you can do with nao and DuckDB
- Query a local DuckDB database in plain English without writing SQL
- Run fast local analytics with the agent and database in the same environment
- Keep data on your machine while the agent generates and runs SQL
- Surface generated SQL and sources on every answer for full transparency