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