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

duckdb

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 the latest version of duckdb as follows:

guix install duckdb

Or install a particular version:

guix install duckdb@1.1.1

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.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/duckdb/'><img src='http://127.0.0.1:3000/packages/duckdb/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/duckdb/badges/latest-version.svg)](http://127.0.0.1:3000/packages/duckdb/)
Org: [[http://127.0.0.1:3000/packages/duckdb/][http://127.0.0.1:3000/packages/duckdb/badges/latest-version.svg]]