Install latest/stable of DuckDB CLI
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
DuckDB is an embeddable SQL OLAP database management system. It is designed to handle analytical workloads with high performance on modern hardware. DuckDB is based on a columnar storage model, designed for vectorized query execution, and has fully ACID-compliant transactions.
Quick Start:
duckdb
select version();
select * from read_csv_auto('my_file.csv') limit 100;
Important Notes:
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.