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.
- Versions: 1.1.1
- Website: https://duckdb.org
- Licenses: Expat
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
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]]