Version1.1.3
Revision9
Size17.7 MB
LicenseMIT
Confinementstrict
Basecore24

DuckDB CLI

ScreenshotScreenshotScreenshot

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: 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

Published8 Jan 2025, 18:16 UTC

Last updated10 Jan 2025, 08:24 UTC

First seen13 Dec 2025, 09:47 UTC