1.1.3917.7 MB
MIT
strict
core24
DuckDB CLI
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:
- Launch the DuckDB CLI:
- Check the version:
- Read a CSV file:
Important Notes:
- This is an unofficial Snap package for DuckDB.
- DuckDB is a trademark of the DuckDB Foundation.
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:
- Launch the DuckDB CLI:
duckdb- Check the version:
select version();- Read a CSV file:
select * from readcsvauto('my_file.csv') limit 100;Important Notes:
- This is an unofficial Snap package for DuckDB.
- DuckDB is a trademark of the DuckDB Foundation.
Update History
1.1.3 (9)13 Dec 2025, 09:47 UTC
8 Jan 2025, 18:16 UTC
10 Jan 2025, 08:24 UTC
13 Dec 2025, 09:47 UTC


