DuckDB powers our analytics engine for SQLite, CSV, Excel files and more. We couldn't have built CamelAI without DuckDB. It's enabled us to execute SQL queries that used to take minutes in seconds.
Our built-in SQL cells are powered by duckdb, which makes it possible to execute blazingly fast queries against Python dataframes as well as external databases like SQLite and Postgres.
DuckDB is the core, embedded SQL engine we use to power MotherDuck. DuckDB clients connect to MotherDuck by changing their database name. Dual execution processes queries locally, in cloud or both.