pg_duckdb extension request

Extension Request

Name of the extension: pg_duckdb

Repository of the extension: https://github.com/duckdb/pg_duckdb

Description: pg_duckdb is a Postgres extension that embeds DuckDB's columnar-vectorized analytics engine and features into Postgres. pg_duckdb can be used to build high performance analytics and data-intensive applications. It was developed by the DuckDB Foundation to ensure it remains open source, with support from Hydra and Mother Duck, as well as Microsoft.

If possible provide:

License: MIT - please see https://github.com/duckdb/pg_duckdb/blob/main/LICENSE

Compile dependencies (external libraries): This repository is self contained (please see Makefile) however, it contains source code from PG_Bouncer and PostgresDB (see NOTICE). Testing requires python, as well as the following packages: pytest pytest-asyncio pytest-timeout pytest-xdist psycopg filelock

Extra info: