This package browser is in early development. Mind the rough edges.

duckdb 1.1.1

In-process SQL OLAP database management system

CLI and C/C++ source libraries for DuckDB, a relational (table-oriented) DBMS that supports SQL, contains a columnar-vectorized query execution engine, and provides transactional ACID guarantees via bulk-optimized MVCC. Data can be stored in persistent, single-file databases with support for secondary indexes.

Installation

Install duckdb 1.1.1 as follows:

guix install duckdb@1.1.1

Or install the latest version:

guix install duckdb

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.