./databases/duckdb, In-process SQL OLAP database management system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.2, Package name: duckdb-0.9.2, Maintainer: ryoon

DuckDB is a high-performance analytical database system. It is
designed to be fast, reliable and easy to use. DuckDB provides a
rich SQL dialect, with support far beyond basic SQL. DuckDB supports
arbitrary and nested correlated subqueries, window functions,
collations, complex types (arrays, structs), and more.


Master sites:

Filesize: 73532.184 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-01 16:29:29 by Ryo ONODERA | Files touched by this commit (1)
Log message:
duckdb: Fix C/C++ standard handling

Pointed out by gdt@. Thank you.
   2023-12-01 11:45:58 by Ryo ONODERA | Files touched by this commit (4)
Log message:
databases/duckdb: import duckdb-0.9.2

DuckDB is a high-performance analytical database system. It is
designed to be fast, reliable and easy to use. DuckDB provides a
rich SQL dialect, with support far beyond basic SQL. DuckDB supports
arbitrary and nested correlated subqueries, window functions,
collations, complex types (arrays, structs), and more.